Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
i18n: git-submodule "path not initialized" message
[gitweb.git]
/
t
/
t7400-submodule-basic.sh
diff --git
a/t/t7400-submodule-basic.sh
b/t/t7400-submodule-basic.sh
index ea3b445b43f4e69aeb006c53388d30ab5d75b33b..b2b26b72d05a392d8adb83be50c1bb9e73c4eb2d 100755
(executable)
--- 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_i18n
grep "not initialized" update.out &&
! test -d init/.git &&
git submodule update --init init &&