aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2013-12-14 22:49:43 +0800
committerGravatar David Bremner <david@tethera.net>2013-12-22 20:44:45 +0800
commit30cde97ba87d7eb60ce4b0aa1c60d0ee6487fac9 (patch)
treea1b48252679724ed857234066e14c8e98a8c2e6a
parent513a36d105995c327c23fec5f60ea70c65b986dd (diff)
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.
-rw-r--r--test/test-lib.sh1
1 files changed, 0 insertions, 1 deletions
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\")