X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fruntest;h=f565a5e5506fe3d1153d80ec4a43151180e987fc;hb=766ac2f4801188c0762f49a24f159587abd24119;hp=bd0b9859b34edeef194b010d7387d7d49cde12a1;hpb=eebcfa1ccd5ff02bc45b7945eade84ad22f39c95;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/runtest b/test/runtest index bd0b9859b..f565a5e55 100755 --- a/test/runtest +++ b/test/runtest @@ -1164,6 +1164,9 @@ RESET_AFTER_EXTRA_LINE_READ: # SUPPORT_PROXY next if /host in hosts_proxy\?/; + # PIPE_CONNECT + next if / in (pipelining_connect_advertise_hosts|hosts_pipe_connect)?\? no /; + # Experimental_International next if / in smtputf8_advertise_hosts\? no \(option unset\)/; @@ -1173,9 +1176,6 @@ RESET_AFTER_EXTRA_LINE_READ: # TCP Fast Open next if /^(ppppp )?setsockopt FASTOPEN: Network Error/; - # Experimental_PIPE_CONNECT - next if / in (pipelining_connect_advertise_hosts|hosts_pipe_connect)?\? no /; - # Environment cleaning next if /\w+ in keep_environment\? (yes|no)/; @@ -1330,6 +1330,8 @@ RESET_AFTER_EXTRA_LINE_READ: else { $_ = $prev; } } + # translate gnutls error into the openssl one + s/ARC: AMS signing: privkey PEM-block import: \KThe requested data were not available.$/error:0906D06C:PEM routines:PEM_read_bio:no start line/; # DKIM timestamps if ( /(DKIM: d=.*) t=([0-9]*) x=([0-9]*) / )