From: Ævar Arnfjörð Bjarmason Date: Wed, 1 Mar 2017 21:15:39 +0000 (+0000) Subject: gitweb tests: change confusing "skip_all" phrasing X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0b69e4fa0af9a1c9fb1f8f7b73697990547af355;p=git.git gitweb tests: change confusing "skip_all" phrasing Change the phrasing so that instead of saying that the CGI module is unusable, we say that it's not available. This came up on the git mailing list in from Jakub Narębski. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/t/gitweb-lib.sh b/t/gitweb-lib.sh index d5dab5a94f..59ef15efbd 100644 --- a/t/gitweb-lib.sh +++ b/t/gitweb-lib.sh @@ -110,7 +110,7 @@ perl -MEncode -e '$e="";decode_utf8($e, Encode::FB_CROAK)' >/dev/null 2>&1 || { } perl -MCGI -MCGI::Util -MCGI::Carp -e 0 >/dev/null 2>&1 || { - skip_all='skipping gitweb tests, CGI module unusable' + skip_all='skipping gitweb tests, CGI & CGI::Util & CGI::Carp modules not available' test_done }