http: add support for disabling SSL revocation checks in cURL
[gitweb.git] / t / t1450-fsck.sh
index a652f6002a1992592a2aa30d1ee88e99a14e22d8..0f2dd26f74b4b2c19474ad563e7c34701838cb46 100755 (executable)
@@ -371,7 +371,7 @@ test_expect_success 'rev-list --verify-objects with bad sha1' '
 
        test_might_fail git rev-list --verify-objects refs/heads/bogus >/dev/null 2>out &&
        cat out &&
-       grep -q "error: sha1 mismatch 63ffffffffffffffffffffffffffffffffffffff" out
+       test_i18ngrep -q "error: sha1 mismatch 63ffffffffffffffffffffffffffffffffffffff" out
 '
 
 test_expect_success 'force fsck to ignore double author' '