X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d926892f4f058326d8e7efc61f7ae4f54b8a02b2..0e84c57c4a9d3a198caa4ae2da2a6670e57ad917:/t/t2102-pull-policy-rebase.sh diff --git a/t/t2102-pull-policy-rebase.sh b/t/t2102-pull-policy-rebase.sh index 5619bda..952ee7e 100755 --- a/t/t2102-pull-policy-rebase.sh +++ b/t/t2102-pull-policy-rebase.sh @@ -16,14 +16,14 @@ test_expect_success \ git config branch.stack.stgit.pull-policy rebase && git config --list && stg new c1 -m c1 && - echo a > file && git add file && stg refresh + echo a > file && stg add file && stg refresh ' test_expect_success \ 'Add non-rewinding commit in parent and pull the stack' \ ' stg branch parent && stg new u1 -m u1 && - echo b > file2 && git add file2 && stg refresh && + echo b > file2 && stg add file2 && stg refresh && stg branch stack && stg pull && test -e file2 '