diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-20 23:06:59 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-21 17:31:47 +0100 |
commit | a14da696e3805ce7128f4bc973f56a2263c8c36f (patch) | |
tree | 62b7fd9b226dec620c78fe8b45aa97d012ce6b72 /test/runtest | |
parent | d987bf171e7bf59b72ed32247741a6fbb679fb6c (diff) |
Testsuite: escape parens in REs
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 4 |
1 files changed, 2 insertions, 2 deletions
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\)<</ SMTP(Connection timed out)<</; |