From: Jeremy Harris Date: Tue, 22 Oct 2019 12:19:51 +0000 (+0100) Subject: Testsuite: munge for WITH_LOCAL_SCAN X-Git-Tag: exim-4_94_RC0~240^2~33 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/a43b19ef3a58c547f76f42da0128dd33c7b51a4e Testsuite: munge for WITH_LOCAL_SCAN --- diff --git a/test/runtest b/test/runtest index c78cabf4b..df73c4926 100755 --- a/test/runtest +++ b/test/runtest @@ -1281,8 +1281,8 @@ RESET_AFTER_EXTRA_LINE_READ: 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$/; + next if /^calling local_scan\(\); timeout=300$/; + next if /^local_scan\(\) returned 0 NULL$/; # Platform differences in errno strings s/ SMTP\(Operation timed out\)<