X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fruntest;h=87c78070e45dd9a2f1aac88acf912deafbc4619c;hb=a3da0b8f1ed51351bb3a6eaed2146fae4eebd35b;hp=541d62ac34ad4a39c275e3905035d7e111314eca;hpb=22c3450e246798a06554257dc227eaf7f9b48741;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/runtest b/test/runtest index 541d62ac3..87c78070e 100755 --- a/test/runtest +++ b/test/runtest @@ -1256,9 +1256,10 @@ RESET_AFTER_EXTRA_LINE_READ: # Not all platforms support TCP Fast Open, and the compile omits the check if (s/\S+ in hosts_try_fastopen\? (no \(option unset\)|yes \(matched "\*"\))\n$//) { + chomp; $_ .= ; s/ \.\.\. >>> / ... /; - if (s/ non-TFO mode connection attempt to 224.0.0.0, 0 data\b$//) { $_ .= ; } + if (s/ non-TFO mode connection attempt to 224.0.0.0, 0 data\b$//) { chomp; $_ .= ; } s/Address family not supported by protocol family/Network Error/; s/Network is unreachable/Network Error/; }