diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-19 19:55:39 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-19 23:06:14 +0100 |
commit | 0b2719ad1b302f9bfb25d6c29b6541e7d8a392ef (patch) | |
tree | 3117b6eb828f27c77f3d681c996090a4f5829ad9 /test/runtest | |
parent | 53618a4022d2e80ac72ee0b37b8a23eb2626e319 (diff) |
Fix HAVE_LOCAL_SCAN build. Bug 2457
Broken-by: f3ebb786e4
(cherry picked from commits d48326c00b, 1352e600b8)
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 49ff84535..c78cabf4b 100755 --- a/test/runtest +++ b/test/runtest @@ -1280,6 +1280,10 @@ 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)<</; |