X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT560-lib-error.sh;h=52057c2515febb549062ead9a051d9d36dacc19d;hb=a4ac9941a8f3afde7d2ffa17a6862e63444affa9;hp=2aee132b5d4b940278029abb51aad642ebe55a40;hpb=e32f66d0e30b6bd0ddb225f06785f7689349fcb9;p=notmuch diff --git a/test/T560-lib-error.sh b/test/T560-lib-error.sh index 2aee132b..52057c25 100755 --- a/test/T560-lib-error.sh +++ b/test/T560-lib-error.sh @@ -582,4 +582,21 @@ cat < EXPECTED EOF test_expect_equal_file EXPECTED OUTPUT +test_begin_subtest "Handle removing all tags with closed db" +test_subtest_known_broken +cat c_head2 - c_tail <<'EOF' | test_C ${MAIL_DIR} + { + notmuch_status_t status; + status = notmuch_message_remove_all_tags (message); + 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