Gitweb:
https://git.exim.org/exim.git/commitdiff/11bd6c83f4242a0518736095745be79355b2b0bc
Commit: 11bd6c83f4242a0518736095745be79355b2b0bc
Parent: 5cef59cf106611cae723c00447beb2ee8b652795
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sat May 30 21:35:38 2020 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sat May 30 21:35:38 2020 +0100
Testsuite: munge for Postgres version
---
test/runtest | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test/runtest b/test/runtest
index c73ad41..05af333 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)$/ ;