Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-04-13 03:29:19 +0400
committerJunio C Hamano <gitster@pobox.com>2011-04-14 02:52:47 +0400
commit33d56fa0768951caec5217a6ed8b04cfbf1bce4e (patch)
treee4663432aba81b1078c31feff1e5045db3046c88 /t/t5601-clone.sh
parentcabdee2c5ed55aa42784b37c1249829fca9d71b8 (diff)
i18n: .git file is not a human readable message (t5601)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5601-clone.sh')
-rwxr-xr-xt/t5601-clone.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh
index a50e36e262..151ea531bd 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
'