X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft2017-checkout-orphan.sh;h=0e3b8582f2a3edebb0d9eea7fcebaa88f305fd73;hb=145f86a00925b126412387c5ce072ab13cd4df03;hp=2d2f63f22ee59d8dc24dafaa5224928ad62dea0c;hpb=b91779f17eb19ffc2e63e84728e785cf274b47df;p=git.git diff --git a/t/t2017-checkout-orphan.sh b/t/t2017-checkout-orphan.sh index 2d2f63f22..0e3b8582f 100755 --- a/t/t2017-checkout-orphan.sh +++ b/t/t2017-checkout-orphan.sh @@ -14,7 +14,7 @@ TEST_FILE=foo test_expect_success 'Setup' ' echo "Initial" >"$TEST_FILE" && git add "$TEST_FILE" && - git commit -m "First Commit" + git commit -m "First Commit" && test_tick && echo "State 1" >>"$TEST_FILE" && git add "$TEST_FILE" &&