Skip to content

Commit 0b69e4f

Browse files
avargitster
authored andcommitted
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 <[email protected]> from Jakub Narębski. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a78d925 commit 0b69e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/gitweb-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ perl -MEncode -e '$e="";decode_utf8($e, Encode::FB_CROAK)' >/dev/null 2>&1 || {
110110
}
111111

112112
perl -MCGI -MCGI::Util -MCGI::Carp -e 0 >/dev/null 2>&1 || {
113-
skip_all='skipping gitweb tests, CGI module unusable'
113+
skip_all='skipping gitweb tests, CGI & CGI::Util & CGI::Carp modules not available'
114114
test_done
115115
}
116116

0 commit comments

Comments
 (0)