]> git.cworth.org Git - notmuch/commit
test/libconfig: add two tests for the config = "" case
authorDavid Bremner <david@tethera.net>
Sat, 11 Dec 2021 12:49:12 +0000 (08:49 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 15 Jan 2022 19:49:14 +0000 (15:49 -0400)
commit237f803fdbf8978514d0f6b56e9d1aaf51cb3153
tree673ba29aeef54f4ce677300970a40c139a798ed9
parentc62ebcfea9ee4868a98b3889711a0fdd3f842605
test/libconfig: add two tests for the config = "" case

If notmuch_database_open_with_config finds a database, but that
database is not in a legacy, non-split configuration, then it
currently incorrectly deduces the mail root and returns SUCCESS. Add
to two tests to demonstrate this bug.
test/T590-libconfig.sh