X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d756053f114b1fdf46c2694e940f1197822afcc7..0e84c57c4a9d3a198caa4ae2da2a6670e57ad917:/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 '