X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/c18842cc149803ab61f716c84c96bf7d61a5c0fc..a0689e114cdccceedc366e1bfa5be00ad62b2a31:/t/t1800-import.sh diff --git a/t/t1800-import.sh b/t/t1800-import.sh index 93de794..406a6cf 100755 --- a/t/t1800-import.sh +++ b/t/t1800-import.sh @@ -7,7 +7,7 @@ test_expect_success \ 'Initialize the StGIT repository' \ ' cp ../t1800-import/foo.txt . && - git add foo.txt && + stg add foo.txt && git commit -a -m "initial version" && stg init ' @@ -164,7 +164,7 @@ test_expect_success \ 'apply a series from a tarball' \ ' rm -f jabberwocky.txt && touch jabberwocky.txt && - git add jabberwocky.txt && git commit -m "empty file" jabberwocky.txt && + stg add jabberwocky.txt && git commit -m "empty file" jabberwocky.txt && (cd ../t1800-import; tar -cjf jabberwocky.tar.bz2 patches) && stg import --series ../t1800-import/jabberwocky.tar.bz2 [ $(git cat-file -p $(stg id) \