X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/3a3a4f2f9876f08f09d6bc6771cb951bba285375..972d5077631c3bb6641ffefc6f59a6b4d2fbdfdd:/t/t3100-reset.sh diff --git a/t/t3100-reset.sh b/t/t3100-reset.sh index 0b5cd2c..61f303d 100755 --- a/t/t3100-reset.sh +++ b/t/t3100-reset.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 && @@ -152,7 +152,7 @@ cat > expected.txt <