]> git.notmuchmail.org Git - notmuch/commitdiff
test: remove call to notmuch-hello from emacs_deliver_message
authorDavid Bremner <david@tethera.net>
Sat, 14 Dec 2013 14:49:43 +0000 (22:49 +0800)
committerDavid Bremner <david@tethera.net>
Sun, 22 Dec 2013 12:44:45 +0000 (20:44 +0800)
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.

test/test-lib.sh

index be0c133b854d6ff72f2409feab9380d20ee02b1f..efa9fb6ff6245b5183d6577b31e2650c2097e0f1 100644 (file)
@@ -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\")