]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3007-ls-files-recurse-submodules.sh
tests: teach callers of test_i18ngrep to use test_grep
[thirdparty/git.git] / t / t3007-ls-files-recurse-submodules.sh
index 7308a3d4e25a8be915c6e2157b31c21a3585bd0c..61771eec830c0688587588ee0a334282effdb1bb 100755 (executable)
@@ -296,7 +296,7 @@ test_expect_success '--recurse-submodules and relative paths' '
 
 test_expect_success '--recurse-submodules does not support --error-unmatch' '
        test_must_fail git ls-files --recurse-submodules --error-unmatch 2>actual &&
-       test_i18ngrep "does not support --error-unmatch" actual
+       test_grep "does not support --error-unmatch" actual
 '
 
 test_expect_success '--recurse-submodules parses submodule repo config' '
@@ -335,7 +335,7 @@ test_expect_success '--recurse-submodules submodules ignore super project worktr
 test_incompatible_with_recurse_submodules () {
        test_expect_success "--recurse-submodules and $1 are incompatible" "
                test_must_fail git ls-files --recurse-submodules $1 2>actual &&
-               test_i18ngrep 'unsupported mode' actual
+               test_grep 'unsupported mode' actual
        "
 }