X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/0aa48e801c7093e3270c7e22042aa7ff74ce939b..de8efe1efc4a495eca0614aa9f6c1910d5838f99:/t/t1900-mail.sh diff --git a/t/t1900-mail.sh b/t/t1900-mail.sh index cea6769..acb61a7 100755 --- a/t/t1900-mail.sh +++ b/t/t1900-mail.sh @@ -10,7 +10,7 @@ test_expect_success \ for i in 1 2 3 4 5; do touch foo.txt && echo "line $i" >> foo.txt && - git add foo.txt && + stg add foo.txt && git commit -a -m "Patch $i" done && stg init &&