From 11bd6c83f4242a0518736095745be79355b2b0bc Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 30 May 2020 21:35:38 +0100 Subject: [PATCH] Testsuite: munge for Postgres version --- test/runtest | 3 +++ 1 file changed, 3 insertions(+) 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)$/ ; -- 2.30.2