X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Fgitweb-lib.sh;h=81ef2a0969d98f05ce22cd8a06fcb55a7af9aee8;hb=4cd1b99c32d9a345438d098f37e75077d072778f;hp=b70b891b628d1e5d7fe68b4d303c17fdd0416981;hpb=f526d120f649ec4426b559e94e09655b5a4f2b87;p=git.git diff --git a/t/gitweb-lib.sh b/t/gitweb-lib.sh index b70b891b6..81ef2a096 100644 --- a/t/gitweb-lib.sh +++ b/t/gitweb-lib.sh @@ -76,12 +76,12 @@ gitweb_run () { . ./test-lib.sh if ! test_have_prereq PERL; then - say 'skipping gitweb tests, perl not available' + skip_all='skipping gitweb tests, perl not available' test_done fi perl -MEncode -e 'decode_utf8("", Encode::FB_CROAK)' >/dev/null 2>&1 || { - say 'skipping gitweb tests, perl version is too old' + skip_all='skipping gitweb tests, perl version is too old' test_done }