diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-02 12:33:29 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-02 12:33:29 +0100 |
commit | d05b1259568b40a1890f4067edcb1ed07794646c (patch) | |
tree | b4a9e0e05ed9b00ce4dd8c20a73f839aa129ad63 /test | |
parent | f3a6b42d32978a63bceba5cf27455b6b8cef24f5 (diff) |
Testsuite: platform differences for resolver flags bits
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 2 | ||||
-rw-r--r-- | test/stderr/0183 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest index 1ef31c3dc..b369d59a3 100755 --- a/test/runtest +++ b/test/runtest @@ -1159,7 +1159,7 @@ RESET_AFTER_EXTRA_LINE_READ: s/Operation timed out/Connection timed out/; # Platform-dependent resolver option bits - s/^ writing neg-cache entry for [^,]+-\K[0-9a-f]+, ttl/xxxx, ttl/; + s/^ (?:writing|update) neg-cache entry for [^,]+-\K[0-9a-f]+, ttl/xxxx, ttl/; # Skip hosts_require_dane checks when the options # are unset, because dane ain't always there. diff --git a/test/stderr/0183 b/test/stderr/0183 index a199e58fe..e9a91f485 100644 --- a/test/stderr/0183 +++ b/test/stderr/0183 @@ -742,7 +742,7 @@ DNS lookup of nonexist.example.com-MX: cached value DNS_NOMATCH past valid time DNS lookup of nonexist.example.com (MX) using fakens DNS lookup of nonexist.example.com (MX) gave HOST_NOT_FOUND returning DNS_NOMATCH - update neg-cache entry for nonexist.example.com-MX-c1, ttl 2 + update neg-cache entry for nonexist.example.com-MX-xxxx, ttl 2 delay router declined for userd@nonexist.example.com "more" is false: skipping remaining routers no more routers |