X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/beb5d85c7d378d48dda18a3ad8fab0599a75edc1..4a92bfe6da547eb599b76da068b8b908e1c509b7:/test/runtest?ds=sidebyside diff --git a/test/runtest b/test/runtest index 93a4b74d3..229581005 100755 --- a/test/runtest +++ b/test/runtest @@ -1152,6 +1152,8 @@ RESET_AFTER_EXTRA_LINE_READ: # drop pdkim debugging header next if /^DKIM( <<<<<<<<<<<<<<<<<<<<<<<<<<<<<+|: no signatures)$/; + # Some platforms have TIOCOUTome do not + next if /\d+ bytes remain in socket output buffer$/; # Various other IPv6 lines must be omitted too next if /using host_fake_gethostbyname for \S+ \(IPv6\)/; @@ -3047,7 +3049,7 @@ my $eximinfo = "$parm_exim -d -C $parm_cwd/test-config -DDIR=$parm_cwd -bP exim_ chomp(my @eximinfo = `$eximinfo 2>&1`); die "$0: Can't run $eximinfo\n" if $? == -1; -warn 'Got ' . $?>>8 . " from $eximinfo\n" if $?; +warn 'Got ' . ($?>>8) . " from $eximinfo\n" if $?; foreach (@eximinfo) { if (my ($version) = /^Exim version (\S+)/) {