Gitweb:
https://git.exim.org/exim.git/commitdiff/a14da696e3805ce7128f4bc973f56a2263c8c36f
Commit: a14da696e3805ce7128f4bc973f56a2263c8c36f
Parent: d987bf171e7bf59b72ed32247741a6fbb679fb6c
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Oct 20 23:06:59 2019 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Mon Oct 21 17:31:47 2019 +0100
Testsuite: escape parens in REs
---
test/runtest | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/runtest b/test/runtest
index befed03..1fe107d 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\)<</ SMTP(Connection timed out)<</;