X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft3500-cherry.sh;h=e83bbee07402d864a7241d4edbf5d393dcccdd4a;hb=a5c8a98ca7e978c334e956df7ae2165c75c494da;hp=b141f89de2be4a2fa6ff1f3b0748daece23f9d8a;hpb=d69dc373cbf58d88d19dcbc6cff37e12b17f8fd2;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 &&