summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-10-22 13:24:47 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-10-23 09:53:08 +0100
commit0075b53360a9b1452bd5d11b9c0a6c254c42a465 (patch)
tree5b30c5c7e81ea93a4b1ac824f5f97eec8f6742e7 /test
parenta43b19ef3a58c547f76f42da0128dd33c7b51a4e (diff)
Testsuite: munge for WITH_LOCAL_SCAN
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/runtest b/test/runtest
index df73c4926..9f6569128 100755
--- a/test/runtest
+++ b/test/runtest
@@ -758,6 +758,10 @@ RESET_AFTER_EXTRA_LINE_READ:
s/waiting for children of \d+/waiting for children of pppp/;
s/waiting for (\S+) \(\d+\)/waiting for $1 (pppp)/;
+ # Most builds are without HAVE_LOCAL_SCAN
+ next if /^calling local_scan\(\); timeout=300$/;
+ next if /^local_scan\(\) returned 0 NULL$/;
+
# ======== Port numbers ========
# Incoming port numbers may vary, but not in daemon startup line.
@@ -1280,10 +1284,6 @@ RESET_AFTER_EXTRA_LINE_READ:
# TLS resumption is not always supported by the build
next if /in tls_resumption_hosts\?/;
- # Most builds are without HAVE_LOCAL_SCAN
- next if /^calling local_scan\(\); timeout=300$/;
- next if /^local_scan\(\) returned 0 NULL$/;
-
# Platform differences in errno strings
s/ SMTP\(Operation timed out\)<</ SMTP(Connection timed out)<</;