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