diff options
author | Austin Clements <amdragon@MIT.EDU> | 2012-08-07 21:28:33 -0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-08-12 21:06:50 +0200 |
commit | 36e640852b240ad10daed626391e1b812df89200 (patch) | |
tree | 60fdfaa259aa24bd97498c918f45395972da86ad /test/notmuch-test | |
parent | 07b5f97202c840d97bd9f53c62c4192a6b0adf30 (diff) |
test: Add test for messages with missing headers
Currently the JSON tests for search and show are broken because
notmuch attempts to dereference a NULL pointer.
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-x | test/notmuch-test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/notmuch-test b/test/notmuch-test index ea39dfc7..cc732c3c 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -59,6 +59,7 @@ TESTS=" emacs-address-cleaning emacs-hello emacs-show + missing-headers " TESTS=${NOTMUCH_TESTS:=$TESTS} |