X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ddb1a259c8556f2ea36ab39be1aa8f0218425d4a..023b3a8d45741d1569519b9be8eb65ea716c857c:/t/t1601-delete-many.sh diff --git a/t/t1601-delete-many.sh b/t/t1601-delete-many.sh index 8eff308..30b0a1d 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 && - stg add foo.txt && + git 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 &&