Merge branch 'en/abort-df-conflict-fixes'
[gitweb.git] / t / t7400-submodule-basic.sh
index 2c2c97e144172a54319ac4d988884407f4186243..2b71e62ec2c26e6b1bbbcf71e69c5e5b784dc2ba 100755 (executable)
@@ -378,7 +378,7 @@ test_expect_success 'init should register submodule url in .git/config' '
 
 test_failure_with_unknown_submodule () {
        test_must_fail git submodule $1 no-such-submodule 2>output.err &&
-       grep "^error: .*no-such-submodule" output.err
+       test_i18ngrep "^error: .*no-such-submodule" output.err
 }
 
 test_expect_success 'init should fail with unknown submodule' '