From: Junio C Hamano Date: Tue, 12 Apr 2011 23:29:19 +0000 (-0700) Subject: i18n: .git file is not a human readable message (t5601) X-Git-Tag: v1.7.5.4~11^2~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=33d56fa0768951caec5217a6ed8b04cfbf1bce4e;p=git.git i18n: .git file is not a human readable message (t5601) Signed-off-by: Junio C Hamano --- diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh index a50e36e26..151ea531b 100755 --- a/t/t5601-clone.sh +++ b/t/t5601-clone.sh @@ -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 '