]> git.cworth.org Git - notmuch/commit
test: add known broken test for notmuch_tags_valid (NULL)
authorDavid Bremner <david@tethera.net>
Wed, 25 May 2022 10:51:13 +0000 (07:51 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 25 Jun 2022 19:05:32 +0000 (16:05 -0300)
commit00ec2b271d457bf7b81efed8ff91e52290a38f4a
treee237ae3f2994fced4dfe5bbd7b8edce40c0885cc
parent8ade833ec2714c6f4fb2fcba0bc28b9c421907d5
test: add known broken test for notmuch_tags_valid (NULL)

This should return false, but currently segfaults.

Start a new file for tags library API related tests. This is maybe
overkill, but new C boilerplate which doesn't corrupt the database is
needed anyway.
test/T560-lib-error.sh
test/T565-lib-tags.sh [new file with mode: 0755]