]> git.notmuchmail.org Git - notmuch/commit
test: retrying lock tests are broken when built against older Xapian
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 6 Dec 2017 02:33:24 +0000 (21:33 -0500)
committerDavid Bremner <david@tethera.net>
Tue, 19 Dec 2017 11:14:13 +0000 (07:14 -0400)
commit8e1c3fa5bba1434077df2f5a81ed6588468f9eb9
treed315a501caf403a1f5e1178ccd0886fe85e8b7b3
parentbace15c27578bc4d6f78272b4093000aaeede966
test: retrying lock tests are broken when built against older Xapian

If we're building against a version of Xapian that doesn't offer
retrying the lock, we should be honest and describe the tests as
broken, rather than marking them as missing a test prerequisite.

missing test prerequisites should be for specific components of the
test harness that are missing, not for the backend library notmuch
uses.
test/T620-lock.sh