X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/588a7414ee52328525dfcb514e580da877e4ff3c..de8efe1efc4a495eca0614aa9f6c1910d5838f99:/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 &&