]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6437-submodule-merge.sh
tests: teach callers of test_i18ngrep to use test_grep
[thirdparty/git.git] / t / t6437-submodule-merge.sh
index c9a86f2e947e4a2943438cc5adcaaeab39a465d9..f1440697d1842aa6cd26a28b1afa395d8c89a6e5 100755 (executable)
@@ -479,7 +479,7 @@ test_expect_merge_algorithm failure success !FAIL_PREREQS 'directory/submodule c
                # We do not want files within the submodule to prevent the
                # merge from starting; we should not be writing to such paths
                # anyway.
-               test_i18ngrep ! "refusing to lose untracked file at" err
+               test_grep ! "refusing to lose untracked file at" err
        )
 '