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