X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/628746149bfb27e1d326e715d40e9ce3dd77583f..cd4aec96b72dda05135696da85b2d6ce7132bcea:/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 &&