diff options
| author | David Bremner <david@tethera.net> | 2021-03-18 22:54:13 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-03-18 22:54:13 -0300 |
| commit | 7d286f0272feb08aea8c1bee0b0ec6cd9766aee7 (patch) | |
| tree | c489c49cb013d1f7239e5a1b47c2696b5a79a043 /test/test-lib.sh | |
| parent | 13efbd0e1c88fcbdb48b4c30c7852c5bf1fbd0b7 (diff) | |
test: Add tests for write access to database from hooks.
Recent changes to configuration handling meant the pre-new hook was
run while the database was open read only, limiting what could be done
in the hook. Add some known broken tests for this problem, as well as
a regression test for write access from the post-new hook.
Diffstat (limited to 'test/test-lib.sh')
| -rw-r--r-- | test/test-lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-lib.sh b/test/test-lib.sh index 29baa0c1..fc176af8 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -1271,3 +1271,4 @@ test_declare_external_prereq openssl test_declare_external_prereq gpgsm test_declare_external_prereq ${NOTMUCH_PYTHON} test_declare_external_prereq xapian-metadata +test_declare_external_prereq xapian-delve |
