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

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2011-04-12 16:29:19 -07:00
parent cabdee2c5e
commit 33d56fa076

View file

@ -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
'