X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/588a7414ee52328525dfcb514e580da877e4ff3c..972d5077631c3bb6641ffefc6f59a6b4d2fbdfdd:/t/t1602-delete-spill.sh diff --git a/t/t1602-delete-spill.sh b/t/t1602-delete-spill.sh index 1ddec53..3e27598 100755 --- a/t/t1602-delete-spill.sh +++ b/t/t1602-delete-spill.sh @@ -9,7 +9,7 @@ test_expect_success 'Initialize the StGIT repository' ' test_expect_success 'Create five applied and three unapplied patches' ' for i in 0 1 2 3 4 5 6 7; do echo $i >> foo && - git add foo && + stg add foo && git commit -m p$i done stg uncommit -n 8 &&