aboutsummaryrefslogtreecommitdiff
path: root/t/t7400-submodule-basic.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2011-05-21 18:44:08 +0000
committerJunio C Hamano <gitster@pobox.com>2011-05-21 11:57:16 -0700
commit1c2ef66f63e60539044d1e0cd8fbfbccd2cefc2e (patch)
tree91cef5087b10fb268d2fe1c30f070e973b030757 /t/t7400-submodule-basic.sh
parent3a4c3ed7e8b4f54876d6e855d3644c15d5d2207d (diff)
downloadgit-1c2ef66f63e60539044d1e0cd8fbfbccd2cefc2e.tar.gz
git-1c2ef66f63e60539044d1e0cd8fbfbccd2cefc2e.tar.xz
i18n: git-submodule "path not initialized" message
Gettextize the "Submodule path '$path' not initialized" message. This is explicitly tested for so we need to skip a portion of a test with test_i18grep. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7400-submodule-basic.sh')
-rwxr-xr-xt/t7400-submodule-basic.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7400-submodule-basic.sh b/t/t7400-submodule-basic.sh
index ea3b445b4..b2b26b72d 100755
--- a/t/t7400-submodule-basic.sh
+++ b/t/t7400-submodule-basic.sh
@@ -357,7 +357,7 @@ test_expect_success 'update --init' '
git submodule update init > update.out &&
cat update.out &&
- grep "not initialized" update.out &&
+ test_i18ngrep "not initialized" update.out &&
! test -d init/.git &&
git submodule update --init init &&