Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/setup.sh | 4 | ||||
| -rwxr-xr-x | tests/t0101-index.sh | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/tests/setup.sh b/tests/setup.sh index 9bb1f12..51d5a75 100755 --- a/tests/setup.sh +++ b/tests/setup.sh @@ -54,9 +54,7 @@ summary-tags=5 repo.url=foo repo.path=$PWD/trash/repos/foo/.git -# Do not specify a description for this repo, as it then will be assigned -# the constant value "[no description]" (which actually used to cause a -# segfault). +repo.desc=the foo repo repo.url=bar repo.path=$PWD/trash/repos/bar/.git diff --git a/tests/t0101-index.sh b/tests/t0101-index.sh index 59edc59..12ed00c 100755 --- a/tests/t0101-index.sh +++ b/tests/t0101-index.sh @@ -6,9 +6,7 @@ prepare_tests "Check content on index page" run_test 'generate index page' 'cgit_url "" >trash/tmp' run_test 'find foo repo' 'grep -e "foo" trash/tmp' -run_test 'find foo description' 'grep -e "\[no description\]" trash/tmp' run_test 'find bar repo' 'grep -e "bar" trash/tmp' -run_test 'find bar description' 'grep -e "the bar repo" trash/tmp' run_test 'no tree-link' 'grep -ve "foo/tree" trash/tmp' run_test 'no log-link' 'grep -ve "foo/log" trash/tmp' |