]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4203-mailmap.sh
tests: teach callers of test_i18ngrep to use test_grep
[thirdparty/git.git] / t / t4203-mailmap.sh
index 2016132f5161743018a09a663224806a93496730..8a88dd7900ca8a63327bf0853403a38a2c2bc5a9 100755 (executable)
@@ -360,7 +360,7 @@ test_expect_success 'mailmap.blob might be the wrong type' '
        cp default.map .mailmap &&
 
        git -c mailmap.blob=HEAD: shortlog HEAD >actual 2>err &&
-       test_i18ngrep "mailmap is not a blob" err &&
+       test_grep "mailmap is not a blob" err &&
        test_cmp expect actual
 '