Browse Source

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>
maint
Jakub Narebski 14 years ago committed by Junio C Hamano
parent
commit
89d1b5b8f7
  1. 4
      t/gitweb-lib.sh

4
t/gitweb-lib.sh

@ -81,8 +81,8 @@ if ! test_have_prereq PERL; then @@ -81,8 +81,8 @@ if ! test_have_prereq PERL; then
fi

perl -MEncode -e 'decode_utf8("", Encode::FB_CROAK)' >/dev/null 2>&1 || {
skip_all='skipping gitweb tests, perl version is too old'
test_done
skip_all='skipping gitweb tests, perl version is too old'
test_done
}

gitweb_init

Loading…
Cancel
Save