X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fruntest;h=88c26e273b8b037c63b51a21c1954d6b6907c299;hb=4d8bb202c2acd917cba95c35d45f832481b85e56;hp=d62da04c063913f8ddf0491a597dcd0a1e54adb1;hpb=4058e3f6d73fe51173d12911416133284749b778;p=exim.git diff --git a/test/runtest b/test/runtest index d62da04c0..88c26e273 100755 --- a/test/runtest +++ b/test/runtest @@ -857,6 +857,11 @@ 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/; + + # gnutls version variances + next if /^Error in the pull function./; } # ======== stderr ======== @@ -2210,6 +2215,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"; + + $_ =