X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/e434e6743ac97c28b7d2b6d43f564eceb5450697..94d719d803caf2c0c902dceeb787795eac11a63b:/test/runtest diff --git a/test/runtest b/test/runtest index c73ad4101..05af33325 100755 --- a/test/runtest +++ b/test/runtest @@ -1324,6 +1324,9 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^Waiting for MySQL server to answer/; next if /mysqladmin: CREATE DATABASE failed; .* database exists/; + # Postgres version-dependent differences + s/^initdb: warning: (enabling "trust" authentication for local connections)$/\nWARNING: $1/; + # Not all builds include DMARC next if /^DMARC: no (dmarc_tld_file|sender_host_address)$/ ;