Skip to content

Commit

Permalink
Merge branch 'bg/maint-gitweb-test-lib'
Browse files Browse the repository at this point in the history
* bg/maint-gitweb-test-lib:
  t/gitweb-lib: Don't pass constant to decode_utf8

Conflicts:
	t/gitweb-lib.sh
  • Loading branch information
Junio C Hamano committed Nov 17, 2010
2 parents 53b1708 + 598df7b commit 016c4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/gitweb-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 016c4b8

Please sign in to comment.