X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4103-apply-binary.sh;h=e2b1124c78540ed9613877d10eed3641268c2c8f;hb=95655d79ad13697e0d68e986d3b0b402efad007a;hp=ff052699a28d2d96de4bdaa4702f175527f28536;hpb=9673198ee867cea4ed70d2cf54c1a2eb8f27bb46;p=git.git diff --git a/t/t4103-apply-binary.sh b/t/t4103-apply-binary.sh index ff052699a..e2b1124c7 100755 --- a/t/t4103-apply-binary.sh +++ b/t/t4103-apply-binary.sh @@ -94,11 +94,11 @@ test_expect_failure 'apply binary diff (copy) -- should fail.' \ 'do_reset git-apply --index C.diff' -test_expect_failure 'apply binary diff without replacement -- should fail.' \ +test_expect_success 'apply binary diff without replacement.' \ 'do_reset git-apply BF.diff' -test_expect_failure 'apply binary diff without replacement (copy) -- should fail.' \ +test_expect_success 'apply binary diff without replacement (copy).' \ 'do_reset git-apply CF.diff'