X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/3ce5fec2ef4154369653a41eb7692aca25878298..refs/heads/origin:/t/t2200-rebase.sh diff --git a/t/t2200-rebase.sh b/t/t2200-rebase.sh index adbf242..75e1f17 100755 --- a/t/t2200-rebase.sh +++ b/t/t2200-rebase.sh @@ -11,10 +11,10 @@ test_expect_success \ 'Setup a multi-commit branch and fork an stgit stack' \ ' echo foo > file1 && - git add file1 && + stg add file1 && git commit -m a && echo foo > file2 && - git add file2 && + stg add file2 && git commit -m b && stg branch --create stack &&