Testsuite: munge for Postgres version exim-4.94
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 30 May 2020 20:35:38 +0000 (21:35 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 30 May 2020 20:35:38 +0000 (21:35 +0100)
test/runtest

index c73ad41017b6b97e1178e56faaf25a5560c419bf..05af333257c680e5c49ebbfdac18b6b36c8deb05 100755 (executable)
@@ -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)$/ ;