gitweb tests: change confusing "skip_all" phrasing
[gitweb.git] / t / gitweb-lib.sh
index d5dab5a94f1d881b8b103f6290ba91e4ec596ec6..59ef15efbdb80782248cb93b04efdfd7c82bf22a 100644 (file)
@@ -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
 }