X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ee11a2896d0815d1530c5dc2a7e4719409b7833f..a0689e114cdccceedc366e1bfa5be00ad62b2a31:/t/t3000-dirty-merge.sh diff --git a/t/t3000-dirty-merge.sh b/t/t3000-dirty-merge.sh index 419d86e..d8c16fa 100755 --- a/t/t3000-dirty-merge.sh +++ b/t/t3000-dirty-merge.sh @@ -7,7 +7,7 @@ test_description='Try a push that requires merging a file that is dirty' test_expect_success 'Initialize StGit stack with two patches' ' stg init && touch a && - git add a && + stg add a && git commit -m a && echo 1 > a && git commit -a -m p1 &&