X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4113-apply-ending.sh;h=d74103988201b0c189e7a2564bfb0894e434c056;hb=ac083c47ea226b470afab39d975e718a475a3c78;hp=1c6bec044a00faf24e275280e0b9fa667356f2b3;hpb=d794d9e70ebb8c767b04f25c03290ef305cd31ab;p=git.git diff --git a/t/t4113-apply-ending.sh b/t/t4113-apply-ending.sh index 1c6bec044..d74103988 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' \ + '! 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' \ + '! git apply --index test-patch' test_done