mirror of
https://github.com/git/git.git
synced 2024-11-28 04:23:30 +08:00
Merge branch 'bg/maint-gitweb-test-lib'
* bg/maint-gitweb-test-lib: t/gitweb-lib: Don't pass constant to decode_utf8 Conflicts: t/gitweb-lib.sh
This commit is contained in:
commit
016c4b8919
@ -97,7 +97,7 @@ if ! test_have_prereq PERL; then
|
|||||||
test_done
|
test_done
|
||||||
fi
|
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'
|
skip_all='skipping gitweb tests, perl version is too old'
|
||||||
test_done
|
test_done
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user