summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cabdee2)
raw | patch | inline | side by side (parent: cabdee2)
author | Junio C Hamano <gitster@pobox.com> | |
Tue, 12 Apr 2011 23:29:19 +0000 (16:29 -0700) | ||
committer | Junio 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 | patch | blob | history |
diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh
index a50e36e262e2dc3c967e3098501eb2a74acc78a6..151ea531bdfeb5a012e57407749beb4f26de6d2a 100755 (executable)
--- a/t/t5601-clone.sh
+++ b/t/t5601-clone.sh
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
'