diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-06 22:18:30 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-06 22:58:02 +0100 |
commit | 552f4602b9d36667cd4a1ffaad4ce74ed7d1c922 (patch) | |
tree | dec9f791b5e06d623973f54bf146793d2b4cb656 /test/stderr/5004 | |
parent | 1b7cf216d933b395dee691f05becca4dd44b26f7 (diff) |
Use flag names rather than values in debug output
The values differ between Linux and FreeBSD
Diffstat (limited to 'test/stderr/5004')
-rw-r--r-- | test/stderr/5004 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stderr/5004 b/test/stderr/5004 index 08b4c9784..f47197b10 100644 --- a/test/stderr/5004 +++ b/test/stderr/5004 @@ -78,7 +78,7 @@ Delivery address list: userx@test.ex locking TESTSUITE/spool/db/retry.lockfile locked TESTSUITE/spool/db/retry.lockfile -EXIM_DBOPEN: file <TESTSUITE/spool/db/retry> dir <TESTSUITE/spool/db> flags 0x0 +EXIM_DBOPEN: file <TESTSUITE/spool/db/retry> dir <TESTSUITE/spool/db> flags=O_RDONLY 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 @@ -117,7 +117,7 @@ routed by r1 router transport: <none> locking TESTSUITE/spool/db/retry.lockfile locked TESTSUITE/spool/db/retry.lockfile -EXIM_DBOPEN: file <TESTSUITE/spool/db/retry> dir <TESTSUITE/spool/db> flags 0x0 +EXIM_DBOPEN: file <TESTSUITE/spool/db/retry> dir <TESTSUITE/spool/db> flags=O_RDONLY returned from EXIM_DBOPEN: (nil) failed to open DB file TESTSUITE/spool/db/retry: No such file or directory no retry data available @@ -137,7 +137,7 @@ search_tidyup called --------> TESTSUITE/test-mail <-------- locking TESTSUITE/spool/db/retry.lockfile locked TESTSUITE/spool/db/retry.lockfile -EXIM_DBOPEN: file <TESTSUITE/spool/db/retry> dir <TESTSUITE/spool/db> flags 0x0 +EXIM_DBOPEN: file <TESTSUITE/spool/db/retry> dir <TESTSUITE/spool/db> flags=O_RDONLY returned from EXIM_DBOPEN: (nil) failed to open DB file TESTSUITE/spool/db/retry: No such file or directory no retry data available |