From: David Bremner Date: Sat, 14 Dec 2013 14:49:43 +0000 (+0800) Subject: test: remove call to notmuch-hello from emacs_deliver_message X-Git-Tag: 0.17~6 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=30cde97ba87d7eb60ce4b0aa1c60d0ee6487fac9 test: remove call to notmuch-hello from emacs_deliver_message There is an obscure bug in notmuch-hello that very occasionally causes emacs_deliver_message to fail. Since it it doesn't serve any actual purpose in the function we delete it, and leave tracking down the the bug for another day. --- diff --git a/test/test-lib.sh b/test/test-lib.sh index be0c133b..efa9fb6f 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -452,7 +452,6 @@ emacs_deliver_message () (mail-host-address \"example.com\") (smtpmail-smtp-server \"localhost\") (smtpmail-smtp-service \"25025\")) - (notmuch-hello) (notmuch-mua-mail) (message-goto-to) (insert \"test_suite@notmuchmail.org\nDate: 01 Jan 2000 12:00:00 -0000\")