aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2011-02-22 23:41:58 +0000
committerJunio C Hamano <gitster@pobox.com>2011-03-09 23:52:55 -0800
commitf338cb83a0328b9fe4ec37dff0d4dcc3b8f3cde9 (patch)
tree903a80e0fb24fb3fc1cfe1f1b38b611c50736e6a /t
parent5c5f1d7ce116b945ad74b4ae67ae36a2ddeb610c (diff)
downloadgit-f338cb83a0328b9fe4ec37dff0d4dcc3b8f3cde9.tar.gz
git-f338cb83a0328b9fe4ec37dff0d4dcc3b8f3cde9.tar.xz
i18n: git-log "--OPT does not make sense" messages
Gettextize the "--name-only/--name-status/--check does not make sense" messages. A test in t4014-format-patch.sh explicitly checked for these messages. Change them to skip under GETTEXT_POISON=YesPlease. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t4014-format-patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4014-format-patch.sh b/t/t4014-format-patch.sh
index 027c13d52..a46d88828 100755
--- a/t/t4014-format-patch.sh
+++ b/t/t4014-format-patch.sh
@@ -614,7 +614,7 @@ echo "fatal: --name-only does not make sense" > expect.name-only
echo "fatal: --name-status does not make sense" > expect.name-status
echo "fatal: --check does not make sense" > expect.check
-test_expect_success 'options no longer allowed for format-patch' '
+test_expect_success C_LOCALE_OUTPUT 'options no longer allowed for format-patch' '
test_must_fail git format-patch --name-only 2> output &&
test_cmp expect.name-only output &&
test_must_fail git format-patch --name-status 2> output &&