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