aboutsummaryrefslogtreecommitdiff
path: root/t/t5601-clone.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2011-02-22 23:41:28 +0000
committerJunio C Hamano <gitster@pobox.com>2011-03-09 23:52:52 -0800
commit5cde59895f6c12fa479154ab111644de40f6a05a (patch)
tree85f11fe4d7a183e5ceb50824ab3f172a6ed78e0d /t/t5601-clone.sh
parent3781fcce05c16dcb0714c817ecfabbe8e1ffe62c (diff)
downloadgit-5cde59895f6c12fa479154ab111644de40f6a05a.tar.gz
git-5cde59895f6c12fa479154ab111644de40f6a05a.tar.xz
i18n: git-clone "Cloning into" message
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> 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 987e0c846..9e6fa3b2a 100755
--- a/t/t5601-clone.sh
+++ b/t/t5601-clone.sh
@@ -31,7 +31,7 @@ test_expect_success 'clone with excess parameters (2)' '
'
-test_expect_success 'output from clone' '
+test_expect_success C_LOCALE_OUTPUT 'output from clone' '
rm -fr dst &&
git clone -n "file://$(pwd)/src" dst >output &&
test $(grep Clon output | wc -l) = 1