projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81344b4
)
Testsuite: munge for WITH_LOCAL_SCAN
author
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 22 Oct 2019 12:19:51 +0000
(13:19 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 22 Oct 2019 12:19:51 +0000
(13:19 +0100)
test/runtest
patch
|
blob
|
blame
|
history
diff --git
a/test/runtest
b/test/runtest
index c78cabf4bd2fdd4f8d79dfdde1bdce64d73990b2..df73c4926777599a64a7ebb32edb3a18491ebb6b 100755
(executable)
--- 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\)<</ SMTP(Connection timed out)<</;