X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4113-apply-ending.sh;h=66fa51591eb7ee8f102fd86e30e54af2da3ea310;hb=69fd60a649dbe40390fa47e0ccc7478fcf64f451;hp=1c6bec044a00faf24e275280e0b9fa667356f2b3;hpb=891e85a0c08e12d3f6174d8eb10b4ef284c4b01b;p=git.git diff --git a/t/t4113-apply-ending.sh b/t/t4113-apply-ending.sh index 1c6bec044..66fa51591 100755 --- a/t/t4113-apply-ending.sh +++ b/t/t4113-apply-ending.sh @@ -29,8 +29,8 @@ test_expect_success setup \ # test -test_expect_failure 'apply at the end' \ - 'git apply --index test-patch' +test_expect_success 'apply at the end' \ + 'test_must_fail git apply --index test-patch' cat >test-patch <<\EOF diff a/file b/file @@ -47,7 +47,7 @@ b c' git update-index file -test_expect_failure 'apply at the beginning' \ - 'git apply --index test-patch' +test_expect_success 'apply at the beginning' \ + 'test_must_fail git apply --index test-patch' test_done