]> git.notmuchmail.org Git - notmuch/blobdiff - test/T520-show.sh
notmuch-show: detect NULL pointer returned from notmuch_query_search_threads
[notmuch] / test / T520-show.sh
index bdd9d7161a5095b36edf801626dece17abf8686a..0657c9937f02db91d48164c42383a6af83176331 100755 (executable)
@@ -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