X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/a1d6a0811bac0329f50ffa4742cf7894390104bf..a0689e114cdccceedc366e1bfa5be00ad62b2a31:/t/t3102-undo.sh diff --git a/t/t3102-undo.sh b/t/t3102-undo.sh index 9373522..010a63d 100755 --- a/t/t3102-undo.sh +++ b/t/t3102-undo.sh @@ -12,7 +12,7 @@ EOF test_expect_success 'Initialize StGit stack with three patches' ' stg init && echo 000 >> a && - git add a && + stg add a && git commit -m a && echo 111 >> a && git commit -a -m p1 &&