i18n: .git file is not a human readable message (t5601)
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Apr 2011 23:29:19 +0000 (16:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2011 22:52:47 +0000 (15:52 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5601-clone.sh

index a50e36e262e2dc3c967e3098501eb2a74acc78a6..151ea531bdfeb5a012e57407749beb4f26de6d2a 100755 (executable)
@@ -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
 '