X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ca8b854cbf353ed87fd9284d50f69229bf40e22d..27b0f9e4669780e65afce41e64c713c8c6f4e196:/t/t1600-delete-one.sh diff --git a/t/t1600-delete-one.sh b/t/t1600-delete-one.sh index df03d79..3052b3a 100755 --- a/t/t1600-delete-one.sh +++ b/t/t1600-delete-one.sh @@ -12,7 +12,7 @@ test_expect_success \ ' stg new foo -m foo && echo foo > foo.txt && - stg add foo.txt && + git add foo.txt && stg refresh ' @@ -47,7 +47,7 @@ test_expect_success \ ' stg new foo -m foo && echo foo > foo.txt && - stg add foo.txt && + git add foo.txt && stg refresh && stg pop ' @@ -65,11 +65,11 @@ test_expect_success \ ' stg new foo -m foo && echo foo > foo.txt && - stg add foo.txt && + git add foo.txt && stg refresh && stg new bar -m bar && echo bar > bar.txt && - stg add bar.txt && + git add bar.txt && stg refresh ' @@ -87,12 +87,12 @@ test_expect_success \ stg branch --create br && stg new baz -m baz && echo baz > baz.txt && - stg add baz.txt && + git add baz.txt && stg refresh && stg branch master && stg new baz -m baz && echo baz > baz.txt && - stg add baz.txt && + git add baz.txt && stg refresh '