aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-05-25 07:51:14 -0300
committerDavid Bremner <david@tethera.net>2022-06-25 16:05:45 -0300
commite70df920851c6c00000b7707e3b61650548fbce7 (patch)
treef09c0e8f3b88eb12c5bf571a34468f185bfca7a0 /test
parent00ec2b271d457bf7b81efed8ff91e52290a38f4a (diff)
lib/tag: handle NULL argument to notmuch_tags_valid
Make the behaviour when passed NULL consistent with notmuch_filenames_valid. The library already passes the result of notmuch_message_get_tags without checking for NULL, so it should be handled.
Diffstat (limited to 'test')
-rwxr-xr-xtest/T565-lib-tags.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T565-lib-tags.sh b/test/T565-lib-tags.sh
index 0f3595d2..2a59f8dd 100755
--- a/test/T565-lib-tags.sh
+++ b/test/T565-lib-tags.sh
@@ -68,7 +68,6 @@ test_expect_equal_file EXPECTED OUTPUT.clean
restore_database
test_begin_subtest "NULL tags are not valid"
-test_subtest_known_broken
cat c_head - c_tail <<'EOF' | test_C ${MAIL_DIR}
{
notmuch_bool_t valid = TRUE;