]> git.notmuchmail.org Git - notmuch/commit
test: drop use of assert in closed db tests
authorDavid Bremner <david@tethera.net>
Sat, 4 Jul 2020 12:29:41 +0000 (09:29 -0300)
committerDavid Bremner <david@tethera.net>
Mon, 13 Jul 2020 10:19:22 +0000 (07:19 -0300)
commitcca551a7366bfe29e5c97cea53c2d50fbffc27dd
tree76aa7fb28a9e1fef9fe6f8b1cd894b8a5cad45cf
parenta280d2a1a18183c870f6332da751b2c566cbef16
test: drop use of assert in closed db tests

Instead of printing the same static string for each test, can replace
the assert with something simpler (or at least easier to integrate
into the test suite).
test/T560-lib-error.sh