t/gitweb-lib.sh: Use tabs for indent consistently
Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
b5d3450c91
commit
89d1b5b8f7
@ -81,8 +81,8 @@ if ! test_have_prereq PERL; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
perl -MEncode -e 'decode_utf8("", Encode::FB_CROAK)' >/dev/null 2>&1 || {
|
perl -MEncode -e 'decode_utf8("", 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
|
||||||
}
|
}
|
||||||
|
|
||||||
gitweb_init
|
gitweb_init
|
||||||
|
Loading…
Reference in New Issue
Block a user