diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-04-12 16:29:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-13 15:52:47 -0700 |
commit | 33d56fa0768951caec5217a6ed8b04cfbf1bce4e (patch) | |
tree | e4663432aba81b1078c31feff1e5045db3046c88 | |
parent | i18n: do not overuse C_LOCALE_OUTPUT (diff) | |
download | tgif-33d56fa0768951caec5217a6ed8b04cfbf1bce4e.tar.xz |
i18n: .git file is not a human readable message (t5601)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | t/t5601-clone.sh | 2 |
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 ' |