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/0464 | |
parent | 298849d8ea217fd104d167f5233bd11240b3ddae (diff) |
Lookups: per-searchtype options framework
Diffstat (limited to 'test/stderr/0464')
-rw-r--r-- | test/stderr/0464 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/stderr/0464 b/test/stderr/0464 index d1e6e08db..cc39a5832 100644 --- a/test/stderr/0464 +++ b/test/stderr/0464 @@ -23,12 +23,12 @@ processing "require" (TESTSUITE/test-config 20) check domains = +special_domains search_open: lsearch "TESTSUITE/aux-fixed/0464.domains" search_find: file="TESTSUITE/aux-fixed/0464.domains" - key="domain1" partial=-1 affix=NULL starflags=0 + key="domain1" partial=-1 affix=NULL starflags=0 opts=NULL LRU list: 0TESTSUITE/aux-fixed/0464.domains End internal_search_find: file="TESTSUITE/aux-fixed/0464.domains" - type=lsearch key="domain1" + type=lsearch key="domain1" opts=NULL file lookup required for domain1 in TESTSUITE/aux-fixed/0464.domains lookup yielded: data for domain1 @@ -70,12 +70,12 @@ checking domains search_open: lsearch "TESTSUITE/aux-fixed/0464.domains" cached open search_find: file="TESTSUITE/aux-fixed/0464.domains" - key="xxx.domain1" partial=-1 affix=NULL starflags=0 + key="xxx.domain1" partial=-1 affix=NULL starflags=0 opts=NULL LRU list: 0TESTSUITE/aux-fixed/0464.domains End internal_search_find: file="TESTSUITE/aux-fixed/0464.domains" - type=lsearch key="xxx.domain1" + type=lsearch key="xxx.domain1" opts=NULL file lookup required for xxx.domain1 in TESTSUITE/aux-fixed/0464.domains lookup failed @@ -137,12 +137,12 @@ checking domains search_open: lsearch "TESTSUITE/aux-fixed/0464.domains" cached open search_find: file="TESTSUITE/aux-fixed/0464.domains" - key="xxx.domain1" partial=-1 affix=NULL starflags=0 + key="xxx.domain1" partial=-1 affix=NULL starflags=0 opts=NULL LRU list: 0TESTSUITE/aux-fixed/0464.domains End internal_search_find: file="TESTSUITE/aux-fixed/0464.domains" - type=lsearch key="xxx.domain1" + type=lsearch key="xxx.domain1" opts=NULL cached data used for lookup of xxx.domain1 in TESTSUITE/aux-fixed/0464.domains lookup failed |