Browse Source

i18n: .git file is not a human readable message (t5601)

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 14 years ago
parent
commit
33d56fa076
  1. 2
      t/t5601-clone.sh

2
t/t5601-clone.sh

@ -197,7 +197,7 @@ test_expect_success 'clone separate gitdir' ' @@ -197,7 +197,7 @@ test_expect_success 'clone separate gitdir' '
test -d realgitdir/refs
'

test_expect_success C_LOCALE_OUTPUT 'clone separate gitdir: output' '
test_expect_success 'clone separate gitdir: output' '
echo "gitdir: `pwd`/realgitdir" >expected &&
test_cmp expected dst/.git
'

Loading…
Cancel
Save