]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4115-apply-symlink.sh
tests: teach callers of test_i18ngrep to use test_grep
[thirdparty/git.git] / t / t4115-apply-symlink.sh
index a22a90d552a8ac8beb61d02b6e373a43951be7a1..cbef0a593fb7ccfded7b9e97735c41dda0ce1cbd 100755 (executable)
@@ -136,7 +136,7 @@ test_expect_success SYMLINKS '--reject removes .rej symlink if it exists' '
 
        ln -s foo file.t.rej &&
        test_must_fail git apply patch --reject 2>err &&
-       test_i18ngrep "Rejected hunk" err &&
+       test_grep "Rejected hunk" err &&
        test_path_is_missing foo &&
        test_path_is_file file.t.rej
 '