X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft3500-cherry.sh;h=e83bbee07402d864a7241d4edbf5d393dcccdd4a;hb=fb6a9f93d39e4e5fdb83673a927f71a34e9fb7c0;hp=b141f89de2be4a2fa6ff1f3b0748daece23f9d8a;hpb=9086a18cb81f99fff943b36830396ac8c37c7e9f;p=git.git diff --git a/t/t3500-cherry.sh b/t/t3500-cherry.sh index b141f89d..e83bbee0 100755 --- a/t/t3500-cherry.sh +++ b/t/t3500-cherry.sh @@ -30,6 +30,7 @@ test_expect_success \ git-commit -m "Add C." && git-checkout -f master && + rm -f B C && echo Third >> A && git-update-index A &&