X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ff42cedd45f18681498c5e380329cdaff2cecf0d..2f2151a6e7904ad9cff72c9d2d64947a13bf7818:/t/t1900-mail.sh diff --git a/t/t1900-mail.sh b/t/t1900-mail.sh index 6a950b4..3eed7f8 100755 --- a/t/t1900-mail.sh +++ b/t/t1900-mail.sh @@ -6,6 +6,7 @@ test_description='Test the mail command' test_expect_success \ 'Initialize the StGIT repository' \ ' + git repo-config stgit.sender "A U Thor " && for i in 1 2 3 4 5; do touch foo.txt && echo "line $i" >> foo.txt &&