summaryrefslogtreecommitdiff
path: root/t/t7502-commit.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2011-02-22 23:41:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-03-10 07:52:54 (GMT)
commitfe8165cd4f201cbdc7e675a3227bd5a157f57181 (patch)
treed4f6c472c6001a9db036f194001285728e50057e /t/t7502-commit.sh
parent9c227655b02c8f84e319a57bb8dd7cff63e3fbf8 (diff)
downloadgit-fe8165cd4f201cbdc7e675a3227bd5a157f57181.zip
git-fe8165cd4f201cbdc7e675a3227bd5a157f57181.tar.gz
git-fe8165cd4f201cbdc7e675a3227bd5a157f57181.tar.bz2
i18n: git-commit formatting messages
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7502-commit.sh')
-rwxr-xr-xt/t7502-commit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t7502-commit.sh b/t/t7502-commit.sh
index 50da034..034b9c3 100755
--- a/t/t7502-commit.sh
+++ b/t/t7502-commit.sh
@@ -234,7 +234,7 @@ echo "#
# Author: $GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>
#" >> expect
-test_expect_success 'author different from committer' '
+test_expect_success C_LOCALE_OUTPUT 'author different from committer' '
echo >>negative &&
git commit -e -m "sample"
@@ -248,7 +248,7 @@ rm -f expect.tmp
echo "# Committer:
#" >> expect
-test_expect_success 'committer is automatic' '
+test_expect_success C_LOCALE_OUTPUT 'committer is automatic' '
echo >>negative &&
(