aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T520-show.sh
Commit message (Collapse)AuthorAge
* notmuch-show: detect NULL pointer returned from notmuch_query_search_threadsGravatar David Bremner2014-01-24
| | | | We want to return an error status, not 0 or (worse) segfault.
* test: add known broken test exit code of notmuch showGravatar David Bremner2014-01-24
This test catches a segfault on a syntactically invalid query. It also catches a problem with my initial fix, which still returned 0.