]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4013-diff-various.sh
Merge branch 'ps/ref-tests-update'
[thirdparty/git.git] / t / t4013-diff-various.sh
index fc8a0588acc4ff7fccddd60f1d316a5e9987d6e8..c4d508e00a200b9da8771409db326534cf6583bd 100755 (executable)
@@ -621,7 +621,7 @@ test_expect_success 'diff -I<regex> --stat' '
 
 test_expect_success 'diff -I<regex>: detect malformed regex' '
        test_expect_code 129 git diff --ignore-matching-lines="^[124-9" 2>error &&
-       test_i18ngrep "invalid regex given to -I: " error
+       test_grep "invalid regex given to -I: " error
 '
 
 # check_prefix <patch> <src> <dst>