X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/baf8241d1b7835ba31125d2b75683601ee2b0403..refs/heads/origin:/t/t1601-delete-many.sh diff --git a/t/t1601-delete-many.sh b/t/t1601-delete-many.sh index cb7fb0d..a0818b3 100755 --- a/t/t1601-delete-many.sh +++ b/t/t1601-delete-many.sh @@ -12,7 +12,7 @@ test_expect_success \ ' stg new p0 -m p0 && echo p0 > foo.txt && - git add foo.txt && + stg add foo.txt && stg refresh && for i in 1 2 3 4 5 6 7 8 9; do stg new p$i -m p$i &&