X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fruntest;h=f4e6bc7a50b676cd552454616a84a9d1d1ea60bd;hb=fc96d1e87f4a25db713996b2ae2daf8a0e62575d;hp=a9d22dded4c2e01ff18ac8ad6d81b10c9f32672e;hpb=389563376084c4a8d906d4c29ecab6246ebfb8d5;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/runtest b/test/runtest index a9d22dded..f4e6bc7a5 100755 --- a/test/runtest +++ b/test/runtest @@ -857,6 +857,8 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^SSL info: unknown state/; next if /^SSL info: SSLv2\/v3 write client hello A/; next if /^SSL info: SSLv3 read server key exchange A/; + next if /SSL verify error: depth=0 error=certificate not trusted/; + s/SSL3_READ_BYTES/ssl3_read_bytes/; } # ======== stderr ======== @@ -1026,6 +1028,9 @@ RESET_AFTER_EXTRA_LINE_READ: next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x; + # SUPPORT_PROXY + next if /host in hosts_proxy\?/; + # Experimental_International next if / in smtputf8_advertise_hosts\? no \(option unset\)/; @@ -2207,6 +2212,45 @@ elsif (/^([A-Z_]+=\S+\s+)?(\d+)?\s*(sudo(?:\s+-u\s+(\w+))?\s+)?exim(_\S+)?\s+(.* } } +# The "background" command is run but not waited-for, like exim -DSERVER=server. +# One script line is read and fork-exec'd. The PID is stored for a later +# killdaemon. + +elsif (/^background$/) + { + my $line; +# $pidfile = "$parm_cwd/aux-var/server-daemon.pid"; + + $_ =