From 33d56fa0768951caec5217a6ed8b04cfbf1bce4e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 12 Apr 2011 16:29:19 -0700 Subject: i18n: .git file is not a human readable message (t5601) Signed-off-by: Junio C Hamano --- t/t5601-clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t5601-clone.sh') 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 ' -- cgit v1.2.1