diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-30 21:35:38 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-30 21:35:38 +0100 |
commit | 11bd6c83f4242a0518736095745be79355b2b0bc (patch) | |
tree | 1e88547126bae58f097b28cffcc2fa4651cdda85 | |
parent | 5cef59cf106611cae723c00447beb2ee8b652795 (diff) |
Testsuite: munge for Postgres versionexim-4.94
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
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)$/ ; |