summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2011-05-21 18:44:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-05-21 18:57:16 (GMT)
commit490b6d5749c432370c4f8a5ed8d854cbf1116e20 (patch)
tree1849ef78f3b3b6403f21ea4d30da455085bdb1b6 /t
parentf62f8212e1e47f25cc8e1d3e25b99c6f8c779b17 (diff)
downloadgit-490b6d5749c432370c4f8a5ed8d854cbf1116e20.zip
git-490b6d5749c432370c4f8a5ed8d854cbf1116e20.tar.gz
git-490b6d5749c432370c4f8a5ed8d854cbf1116e20.tar.bz2
i18n: git-submodule "Entering [...]" message
Gettextize the "Entering [...]" message. This is explicitly tested for so we need to skip a portion of a test with test_i18ncmp. 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/t7407-submodule-foreach.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t7407-submodule-foreach.sh b/t/t7407-submodule-foreach.sh
index e5be13c..ae3bd18 100755
--- a/t/t7407-submodule-foreach.sh
+++ b/t/t7407-submodule-foreach.sh
@@ -77,7 +77,7 @@ test_expect_success 'test basic "submodule foreach" usage' '
git config foo.bar zar &&
git submodule foreach "git config --file \"\$toplevel/.git/config\" foo.bar"
) &&
- test_cmp expect actual
+ test_i18ncmp expect actual
'
test_expect_success 'setup nested submodules' '
@@ -158,7 +158,7 @@ test_expect_success 'test messages from "foreach --recursive"' '
cd clone2 &&
git submodule foreach --recursive "true" > ../actual
) &&
- test_cmp expect actual
+ test_i18ncmp expect actual
'
cat > expect <<EOF