]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t8013-blame-ignore-revs.sh
tests: teach callers of test_i18ngrep to use test_grep
[thirdparty/git.git] / t / t8013-blame-ignore-revs.sh
index b18633dee1bfb2339033f1d0ab708979e98da018..9a03b0f361ff6db76fb9df2b8bd6dd8d50c4d57b 100755 (executable)
@@ -129,14 +129,14 @@ test_expect_success override_ignore_revs_file '
        '
 test_expect_success bad_files_and_revs '
        test_must_fail git blame file --ignore-rev NOREV 2>err &&
-       test_i18ngrep "cannot find revision NOREV to ignore" err &&
+       test_grep "cannot find revision NOREV to ignore" err &&
 
        test_must_fail git blame file --ignore-revs-file NOFILE 2>err &&
-       test_i18ngrep "could not open.*: NOFILE" err &&
+       test_grep "could not open.*: NOFILE" err &&
 
        echo NOREV >ignore_norev &&
        test_must_fail git blame file --ignore-revs-file ignore_norev 2>err &&
-       test_i18ngrep "invalid object name: NOREV" err
+       test_grep "invalid object name: NOREV" err
 '
 
 # For ignored revs that have added 'unblamable' lines, mark those lines with a