From: Jeremy Harris Date: Sun, 20 Oct 2019 22:06:59 +0000 (+0100) Subject: Testsuite: escape parens in REs X-Git-Tag: exim-4.93-RC1~18 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=a14da696e3805ce7128f4bc973f56a2263c8c36f;p=user%2Fhenk%2Fcode%2Fexim.git Testsuite: escape parens in REs --- diff --git a/test/runtest b/test/runtest index befed03f6..1fe107d41 100755 --- a/test/runtest +++ b/test/runtest @@ -1276,8 +1276,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\)<