Merge branch 'jc/no-gitweb-test-without-cgi-etc'
* jc/no-gitweb-test-without-cgi-etc: t/gitweb-lib.sh: skip gitweb tests when perl dependencies are not met
This commit is contained in:
commit
6389a79dd4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user