]> git.notmuchmail.org Git - notmuch/blobdiff - test/T510-thread-replies.sh
test: make script exit (1) if it "fails" to source (.) a file
[notmuch] / test / T510-thread-replies.sh
index d818b89feb91c3ffc6ff85a4c531f37295aab991..5ab066ac7baab83c3822172993f34fb48161ecf4 100755 (executable)
@@ -9,7 +9,7 @@ test_description='test of proper handling of in-reply-to and references headers'
 # database is constructed properly, even in the presence of
 # non-RFC-compliant headers'
 
-. ./test-lib.sh
+. ./test-lib.sh || exit 1
 
 test_begin_subtest "Use References when In-Reply-To is broken"
 add_message '[id]="foo@one.com"' \
@@ -138,7 +138,6 @@ expected=`echo "$expected" | notmuch_json_show_sanitize`
 test_expect_equal_json "$output" "$expected"
 
 test_begin_subtest "Ignore garbage at the end of References"
-test_subtest_known_broken
 add_message '[id]="foo@five.com"' \
     '[subject]="five"'
 add_message '[id]="bar@five.com"' \