Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb tests: change confusing "skip_all" phrasing
[gitweb.git]
/
t
/
gitweb-lib.sh
diff --git
a/t/gitweb-lib.sh
b/t/gitweb-lib.sh
index d5dab5a94f1d881b8b103f6290ba91e4ec596ec6..59ef15efbdb80782248cb93b04efdfd7c82bf22a 100644
(file)
--- 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 unus
able'
+ skip_all='skipping gitweb tests, CGI
& CGI::Util & CGI::Carp modules not avail
able'
test_done
}