Code

Merge branch 'maint'
[git.git] / t / t7400-submodule-basic.sh
index ea3b445b43f4e69aeb006c53388d30ab5d75b33b..b2b26b72d05a392d8adb83be50c1bb9e73c4eb2d 100755 (executable)
@@ -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 &&