Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sha1_file: perform object replacement in sha1_object_info_extended()
[gitweb.git]
/
t
/
t6050-replace.sh
diff --git
a/t/t6050-replace.sh
b/t/t6050-replace.sh
index b90dbdcd2baf54f50669d30f51586915ff2b35eb..bb785ec1caafab1acb6556989e2b5e32e3670498 100755
(executable)
--- a/
t/t6050-replace.sh
+++ b/
t/t6050-replace.sh
@@
-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
'