diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-01 20:43:02 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-01 20:43:02 +0100 |
commit | cdb844d019f4100eaceee36a521e9a4811a354f1 (patch) | |
tree | 3323a692fcc1d773086115a44aa90743b224af42 /test/runtest | |
parent | 7d8d08c484958a90f5d5744894b9bc2f723bee4e (diff) |
Testsuite: fix non-ipv6 platforms
Broken-by: 7d8d08c484
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 8f6bd28b8..1df7fc718 100755 --- a/test/runtest +++ b/test/runtest @@ -1093,6 +1093,7 @@ RESET_AFTER_EXTRA_LINE_READ: next if /get\[host\|ipnode\]byname\[2\]\(af=inet6\)/; next if /DNS lookup of \S+ \(AAAA\) using fakens/; next if / in dns_ipv4_lookup?/; + next if / writing neg-cache entry for .*AAAA/; if (/DNS lookup of \S+ \(AAAA\) gave NO_DATA/) { |