]> git.notmuchmail.org Git - notmuch/blobdiff - test/T520-show.sh
lib: replace deprecated n_q_search_messages with status returning version
[notmuch] / test / T520-show.sh
index bdd9d7161a5095b36edf801626dece17abf8686a..fb232a32510f77eced30311d02da2fc4a757d73e 100755 (executable)
@@ -1,12 +1,11 @@
 #!/usr/bin/env bash
 test_description='"notmuch show"'
 
-. ./test-lib.sh
+. ./test-lib.sh || exit 1
 
 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