]> git.notmuchmail.org Git - notmuch/blobdiff - test/T520-show.sh
test: emacs/show: ensure that protected headers appear as expected
[notmuch] / test / T520-show.sh
index bdd9d7161a5095b36edf801626dece17abf8686a..16222650eafc68b1d1f816a8cdda96bc3b0ce23a 100755 (executable)
@@ -1,12 +1,11 @@
 #!/usr/bin/env bash
 test_description='"notmuch show"'
 
-. ./test-lib.sh
+. $(dirname "$0")/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