From 8170f6f76062e136a942eafd6568917fa31d0955 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 29 Oct 2016 15:22:23 +0100 Subject: [PATCH] Testsuite: tidying --- test/runtest | 4 ++-- 1 file 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/) { $_ .= ; - 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 -- 2.30.2