]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6134-pathspec-in-submodule.sh
tests: teach callers of test_i18ngrep to use test_grep
[thirdparty/git.git] / t / t6134-pathspec-in-submodule.sh
index 3214d9db97d9bcedf86de0cfed611517cfbf58f5..16ce4cfcc6420477b2c86718f2e68834b843de61 100755 (executable)
@@ -27,7 +27,7 @@ test_expect_success 'error message for path inside submodule' '
 
 test_expect_success 'error message for path inside submodule from within submodule' '
        test_must_fail git -C sub add . 2>actual &&
-       test_i18ngrep "in unpopulated submodule" actual
+       test_grep "in unpopulated submodule" actual
 '
 
 test_done