Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ms/reflog-show-is-default' into maint
[gitweb.git]
/
t
/
gitweb-lib.sh
diff --git
a/t/gitweb-lib.sh
b/t/gitweb-lib.sh
index 143eb1f24092df070c5ddf75340bebb319a0c746..292753f77c4daf5f3cb55de1c28269b13455544f 100644
(file)
--- a/
t/gitweb-lib.sh
+++ b/
t/gitweb-lib.sh
@@
-107,4
+107,9
@@
perl -MEncode -e '$e="";decode_utf8($e, Encode::FB_CROAK)' >/dev/null 2>&1 || {
test_done
}
+perl -MCGI -MCGI::Util -MCGI::Carp -e 0 >/dev/null 2>&1 || {
+ skip_all='skipping gitweb tests, CGI module unusable'
+ test_done
+}
+
gitweb_init