sha1_file: perform object replacement in sha1_object_info_extended()
[gitweb.git] / t / t6050-replace.sh
index b90dbdcd2baf54f50669d30f51586915ff2b35eb..bb785ec1caafab1acb6556989e2b5e32e3670498 100755 (executable)
@@ -276,7 +276,7 @@ test_expect_success '-f option bypasses the type check' '
        git replace -f HEAD^ $BLOB
 '
 
-test_expect_failure 'git cat-file --batch works on replace objects' '
+test_expect_success 'git cat-file --batch works on replace objects' '
        git replace | grep $PARA3 &&
        echo $PARA3 | git cat-file --batch
 '