X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/3ecc9c014b8c7ac00d9f17230dfcff7438df03a9..c7506039d0299c093140857b7a617ec6bcdbfc13:/t/t3105-undo-external-mod.sh diff --git a/t/t3105-undo-external-mod.sh b/t/t3105-undo-external-mod.sh index f5aad64..1980167 100755 --- a/t/t3105-undo-external-mod.sh +++ b/t/t3105-undo-external-mod.sh @@ -13,10 +13,10 @@ EOF test_expect_success 'Initialize StGit stack' ' stg init && echo 000 >> a && - git add a && + stg add a && git commit -m p0 && echo 111 >> a && - git add a && + stg add a && git commit -m p1 && stg uncommit -n 1 ' @@ -29,7 +29,7 @@ EOF test_expect_success 'Make a git commit and turn it into a patch' ' git rev-parse HEAD > head0.txt && echo 222 >> a && - git add a && + stg add a && git commit -m p2 && git rev-parse HEAD > head1.txt && stg repair &&