X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/588a7414ee52328525dfcb514e580da877e4ff3c..cd4aec96b72dda05135696da85b2d6ce7132bcea:/t/t3104-redo.sh diff --git a/t/t3104-redo.sh b/t/t3104-redo.sh index 030311d..3d3c617 100755 --- a/t/t3104-redo.sh +++ b/t/t3104-redo.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 &&