X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Fgitweb-lib.sh;h=b9bb95feaa5088254b002c2806c2c2ae9e9d7be4;hb=5c28a8b054cb69a37638b0261fc370422c8fab58;hp=8b5b987f45853da5d24148acc398b838ada7e616;hpb=bee5e65c75d53efe00654a181542dbb5e3b5b53b;p=git.git diff --git a/t/gitweb-lib.sh b/t/gitweb-lib.sh index 8b5b987f4..b9bb95fea 100644 --- a/t/gitweb-lib.sh +++ b/t/gitweb-lib.sh @@ -97,7 +97,7 @@ if ! test_have_prereq PERL; then test_done fi -perl -MEncode -e 'decode_utf8("", Encode::FB_CROAK)' >/dev/null 2>&1 || { +perl -MEncode -e '$e="";decode_utf8($e, Encode::FB_CROAK)' >/dev/null 2>&1 || { skip_all='skipping gitweb tests, perl version is too old' test_done }