X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d756053f114b1fdf46c2694e940f1197822afcc7..972d5077631c3bb6641ffefc6f59a6b4d2fbdfdd:/t/t1000-branch-create.sh diff --git a/t/t1000-branch-create.sh b/t/t1000-branch-create.sh index 3fff3ee..2626c73 100755 --- a/t/t1000-branch-create.sh +++ b/t/t1000-branch-create.sh @@ -78,9 +78,9 @@ test_expect_success \ 'Setup two commits including removal of generated files' ' git init && touch file1 file2 && - git add file1 file2 && + stg add file1 file2 && git commit -m 1 && - git rm file1 file2 && + stg rm file1 file2 && git commit -m 2 && touch file2 '