summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-10-29 15:22:23 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-10-29 15:26:42 +0100
commit8170f6f76062e136a942eafd6568917fa31d0955 (patch)
tree36473bc0992a4418b4b8c14776e06e490bc2c616 /test
parent7373d852aafa227745f392555f2e1d24ec24d4b2 (diff)
Testsuite: tidying
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest
index 5cfe1906d..96867ff3a 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1049,7 +1049,7 @@ RESET_AFTER_EXTRA_LINE_READ:
if (s/( \{with \$received_protocol)}\} \$\{if def:tls_cipher \{\(\$tls_cipher\)\n$/$1/)
{
$_ .= <IN>;
- s/\t(\}\}\{Exim)/$1/;
+ s/\s+(?=\}\}\{Exim)//;
}
# Not all platforms support TCP Fast Open, and the compile omits the check
@@ -1059,7 +1059,7 @@ RESET_AFTER_EXTRA_LINE_READ:
s/ \.\.\. >>> / ... /;
}
- next if /^setsockopt FASTOPEN: Protocol not available$/;
+ next if /^(ppppp )?setsockopt FASTOPEN: Protocol not available$/;
# When Exim is checking the size of directories for maildir, it uses
# the check_dir_size() function to scan directories. Of course, the order