Fix HAVE_LOCAL_SCAN build. Bug 2457
[exim.git] / test / runtest
index 49ff84535c30f49cd4a31b78e8f1a087061279db..c78cabf4bd2fdd4f8d79dfdde1bdce64d73990b2 100755 (executable)
@@ -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)<</;