]> git.cworth.org Git - notmuch/commit
test: add test for creating database in various configurations.
authorDavid Bremner <david@tethera.net>
Tue, 26 Jul 2022 00:37:41 +0000 (20:37 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 3 Sep 2022 11:24:43 +0000 (08:24 -0300)
commit687866111a0e1df1a365d07f629c4768281ec00d
tree75fa6ffac1da2cef306a373ae0eac09632d5920c
parenta3b46fa8bbfaf6651f5055bb27aa52a0ef0d3ba2
test: add test for creating database in various configurations.

The existing database creation (via add_email_corpus) was always done
in the traditional configuration. The use of xapian-metadata is just
to portably ensure that there is a database created where we expect
there to be.
test/T055-path-config.sh