From: Jeremy Harris Date: Sat, 30 May 2020 20:35:38 +0000 (+0100) Subject: Testsuite: munge for Postgres version X-Git-Url: https://git.exim.org/users/jgh/exim.git/commitdiff_plain/11bd6c83f4242a0518736095745be79355b2b0bc?hp=5cef59cf106611cae723c00447beb2ee8b652795 Testsuite: munge for Postgres version --- 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)$/ ;