Merge branch 'rs/c-auto-resets-attributes' into maint
[gitweb.git] / t / t7400-submodule-basic.sh
index 3570f7bb8c8955a1bf519eda3278392d249e6fd1..b77cce8e4066ac7f46ba1a02eab7215a4cdeaaae 100755 (executable)
@@ -942,7 +942,7 @@ test_expect_success 'submodule deinit from subdirectory' '
                cd sub &&
                git submodule deinit ../init >../output
        ) &&
-       grep "\\.\\./init" output &&
+       test_i18ngrep "\\.\\./init" output &&
        test -z "$(git config --get-regexp "submodule\.example\.")" &&
        test -n "$(git config --get-regexp "submodule\.example2\.")" &&
        test -f example2/.git &&