From ecbb29e8cea404faab2ef55b06431942ee329941 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 23 Jan 2014 08:24:01 -0400 Subject: notmuch-show: detect NULL pointer returned from notmuch_query_search_threads We want to return an error status, not 0 or (worse) segfault. --- test/T520-show.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/T520-show.sh b/test/T520-show.sh index bdd9d716..0657c993 100755 --- a/test/T520-show.sh +++ b/test/T520-show.sh @@ -6,7 +6,6 @@ test_description='"notmuch show"' add_email_corpus test_begin_subtest "exit code for show invalid query" -test_subtest_known_broken notmuch show foo.. exit_code=$? test_expect_equal 1 $exit_code -- cgit v1.2.3