diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-07-05 12:57:24 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-07-15 19:50:09 +0100 |
commit | 0a6c178c6c5f45668b5bb37b8be723cc9d1e72ae (patch) | |
tree | b6029ffb5335c062b804d05f5f5479f40be07404 /test/stderr/2600 | |
parent | cfb9cf20cb8112f45b4cb4f9106f290bfc7ede18 (diff) |
Use the BDB "environment" so that a database config file is not looked for. Bug 2141
Diffstat (limited to 'test/stderr/2600')
-rw-r--r-- | test/stderr/2600 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/stderr/2600 b/test/stderr/2600 index 599be797a..ffdad152f 100644 --- a/test/stderr/2600 +++ b/test/stderr/2600 @@ -362,9 +362,10 @@ Delivery address list: userx@myhost.test.ex locking TESTSUITE/spool/db/retry.lockfile locked TESTSUITE/spool/db/retry.lockfile -EXIM_DBOPEN(TESTSUITE/spool/db/retry) -returned from EXIM_DBOPEN +EXIM_DBOPEN: file <TESTSUITE/spool/db/retry> dir <TESTSUITE/spool/db> flags 0x0 +returned from EXIM_DBOPEN: (nil) ensuring TESTSUITE/spool/db/retry.lockfile is owned by exim +failed to open DB file TESTSUITE/spool/db/retry.lockfile: No such file or directory no retry data available >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Considering: userx@myhost.test.ex @@ -409,8 +410,9 @@ search_tidyup called --------> userx@myhost.test.ex <-------- locking TESTSUITE/spool/db/retry.lockfile locked TESTSUITE/spool/db/retry.lockfile -EXIM_DBOPEN(TESTSUITE/spool/db/retry) -returned from EXIM_DBOPEN +EXIM_DBOPEN: file <TESTSUITE/spool/db/retry> dir <TESTSUITE/spool/db> flags 0x0 +returned from EXIM_DBOPEN: (nil) +failed to open DB file TESTSUITE/spool/db/retry: No such file or directory no retry data available search_tidyup called changed uid/gid: local delivery to userx <userx@myhost.test.ex> transport=t1 |