X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ba52890d6274b54c024388e79203f902d55476c7..cd4aec96b72dda05135696da85b2d6ce7132bcea:/t/t3101-reset-hard.sh diff --git a/t/t3101-reset-hard.sh b/t/t3101-reset-hard.sh index 45e86dc..a93682b 100755 --- a/t/t3101-reset-hard.sh +++ b/t/t3101-reset-hard.sh @@ -13,7 +13,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 &&