X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/fc96d1e87f4a25db713996b2ae2daf8a0e62575d..5f921f97ea35dc788cebd28adbf95877a25a5b1a:/test/runtest diff --git a/test/runtest b/test/runtest index f4e6bc7a5..d060fda92 100755 --- a/test/runtest +++ b/test/runtest @@ -771,6 +771,7 @@ RESET_AFTER_EXTRA_LINE_READ: # different wording in the error messages, so we cannot compare them. s/(TLS error on connection (?:from .* )?\(SSL_\w+\): error:)(.*)/$1 <>/; + next if /SSL verify error: depth=0 error=certificate not trusted/; # ======== Maildir things ======== # timestamp output in maildir processing @@ -859,6 +860,9 @@ RESET_AFTER_EXTRA_LINE_READ: 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 ======== @@ -2854,7 +2858,7 @@ if (defined $parm_support{'Content_Scanning'}) ################################################## # Check for redis # ################################################## -if (defined $parm_support{'Experimental_Redis'}) +if (defined $parm_lookups{'redis'}) { if (system("redis-server -v 2>/dev/null >/dev/null") == 0) {