]> git.cworth.org Git - notmuch/commit
test: replace deprecated use of notmuch_database_open
authorDavid Bremner <david@tethera.net>
Sat, 21 May 2022 18:06:30 +0000 (15:06 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 29 May 2022 10:36:44 +0000 (07:36 -0300)
commit32f299fe137a4ac731750d576e65337b395a42ef
treeb40219069acb07b65e8ffbd1de4b3badc5105974
parentf6e7a9dde5a7d9c2fa390a15888704c31852a538
test: replace deprecated use of notmuch_database_open

This is a bit more involved than replacing the use of
notmuch_database_open_verbose, as we have to effectively inline the
definition of notmuch_database_open.
test/T560-lib-error.sh
test/T570-revision-tracking.sh
test/T610-message-property.sh
test/T620-lock.sh
test/T640-database-modified.sh
test/T720-lib-lifetime.sh