]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1307-config-blob.sh
Merge branch 'mk/doc-gitfile-more' into maint-2.43
[thirdparty/git.git] / t / t1307-config-blob.sh
index 0a7099d6f52b68cf9abc263933267925a994378a..b9852fe40e4a045ae4a355a85aa6e2d14d758479 100755 (executable)
@@ -63,7 +63,7 @@ test_expect_success 'parse errors in blobs are properly attributed' '
        git commit -m broken &&
 
        test_must_fail git config --blob=HEAD:config some.value 2>err &&
-       test_i18ngrep "HEAD:config" err
+       test_grep "HEAD:config" err
 '
 
 test_expect_success 'can parse blob ending with CR' '