diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-03 14:10:43 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-03 14:25:52 +0100 |
commit | 67a57a5afd313490a8763d60ec4df857b9cf239b (patch) | |
tree | 338649452502c5f3485c8fc5014b298091d0d41a /test/stderr/3201 | |
parent | 298849d8ea217fd104d167f5233bd11240b3ddae (diff) |
Lookups: per-searchtype options framework
Diffstat (limited to 'test/stderr/3201')
-rw-r--r-- | test/stderr/3201 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stderr/3201 b/test/stderr/3201 index 31f346976..32bf69ca6 100644 --- a/test/stderr/3201 +++ b/test/stderr/3201 @@ -25,10 +25,10 @@ processing "deny" (TESTSUITE/test-config 18) check hosts = testdb;fail search_open: testdb "NULL" search_find: file="NULL" - key="fail" partial=-1 affix=NULL starflags=0 + key="fail" partial=-1 affix=NULL starflags=0 opts=NULL LRU list: internal_search_find: file="NULL" - type=testdb key="fail" + type=testdb key="fail" opts=NULL database lookup required for fail testdb lookup forced FAIL lookup failed @@ -67,10 +67,10 @@ processing "deny" (TESTSUITE/test-config 21) check hosts = net-testdb;fail search_open: testdb "NULL" search_find: file="NULL" - key="fail" partial=-1 affix=NULL starflags=0 + key="fail" partial=-1 affix=NULL starflags=0 opts=NULL LRU list: internal_search_find: file="NULL" - type=testdb key="fail" + type=testdb key="fail" opts=NULL database lookup required for fail testdb lookup forced FAIL lookup failed |