We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53b1708 + 598df7b commit 016c4b8Copy full SHA for 016c4b8
t/gitweb-lib.sh
@@ -97,7 +97,7 @@ if ! test_have_prereq PERL; then
97
test_done
98
fi
99
100
-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 || {
101
skip_all='skipping gitweb tests, perl version is too old'
102
103
}
0 commit comments