Merge branch 'sb/config-write-fix'
[gitweb.git] / t / t1450-fsck.sh
index 91fd71444dbe40400b6608b56d51ae72e8ceafbc..7b7602ddb453de7104ae3c64a08c96e74b465aa4 100755 (executable)
@@ -372,7 +372,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' '