]>
git.cameronkatri.com Git - cgit.git/blob - tests/t0101-index.sh
5 prepare_tests
"Check content on index page"
7 run_test
'generate index page' 'cgit_url "" >trash/tmp'
8 run_test
'find foo repo' 'grep -e "foo" trash/tmp'
9 run_test
'find foo description' 'grep -e "\[no description\]" trash/tmp'
10 run_test
'find bar repo' 'grep -e "bar" trash/tmp'
11 run_test
'find bar description' 'grep -e "the bar repo" trash/tmp'
12 run_test
'find foo+bar repo' 'grep -e ">foo+bar<" trash/tmp'
13 run_test
'verify foo+bar link' 'grep -e "/foo+bar/" trash/tmp'
14 run_test
'no tree-link' '! grep -e "foo/tree" trash/tmp'
15 run_test
'no log-link' '! grep -e "foo/log" trash/tmp'