X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fruntest;h=f4e6bc7a50b676cd552454616a84a9d1d1ea60bd;hb=fc96d1e87f4a25db713996b2ae2daf8a0e62575d;hp=d62da04c063913f8ddf0491a597dcd0a1e54adb1;hpb=4058e3f6d73fe51173d12911416133284749b778;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/runtest b/test/runtest index d62da04c0..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 ======== @@ -2210,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"; + + $_ =