diff options
| author | David Bremner <david@tethera.net> | 2021-01-09 09:19:50 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-02-06 19:54:09 -0400 |
| commit | 4922416cccb826483e8306461a15a7372e97d3ce (patch) | |
| tree | 5556d1759ad2a2ae2198481e7de62bbcc852df4c /test | |
| parent | 0d3bef312dd624225825e6fe175ea8830c1c9e39 (diff) | |
lib/config: add HOOK_DIR
The hook directory configuration needs to be kept in synch with the
other configuration information, so add scaffolding to support this at
database opening time.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T590-libconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/T590-libconfig.sh b/test/T590-libconfig.sh index 4edc53f1..e2050b50 100755 --- a/test/T590-libconfig.sh +++ b/test/T590-libconfig.sh @@ -333,6 +333,7 @@ EOF cat <<'EOF' >EXPECTED == stdout == MAIL_DIR +NULL inbox;unread NULL |
