X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT560-lib-error.sh;h=cc3ffc6edc2107394f0cfce5514abfc039e3665d;hb=503c035077a2054cad7d82e5a2e040db2f8d253b;hp=1635d0e705330db53683615cd8358fc7b11ea3f9;hpb=96befd0dd075c5d3a63902d72eff7fc1928ba541;p=notmuch diff --git a/test/T560-lib-error.sh b/test/T560-lib-error.sh index 1635d0e7..cc3ffc6e 100755 --- a/test/T560-lib-error.sh +++ b/test/T560-lib-error.sh @@ -502,5 +502,21 @@ cat < EXPECTED EOF test_expect_equal_file EXPECTED OUTPUT +test_begin_subtest "Handle adding tag with closed database" +test_subtest_known_broken +cat c_head2 - c_tail <<'EOF' | test_C ${MAIL_DIR} + { + notmuch_status_t status; + status = notmuch_message_add_tag (message, "boom"); + printf("%d\n%d\n", message != NULL, status == NOTMUCH_STATUS_XAPIAN_EXCEPTION); + } +EOF +cat < EXPECTED +== stdout == +1 +1 +== stderr == +EOF +test_expect_equal_file EXPECTED OUTPUT test_done