X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/7373d852aafa227745f392555f2e1d24ec24d4b2..8688d177525f5b318ca05f61a2ac02b7e2761096:/test/runtest 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