git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cef59c
)
Testsuite: munge for Postgres version
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 30 May 2020 20:35:38 +0000
(21:35 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 30 May 2020 20:35:38 +0000
(21:35 +0100)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index c73ad41017b6b97e1178e56faaf25a5560c419bf..05af333257c680e5c49ebbfdac18b6b36c8deb05 100755
(executable)
--- 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)$/ ;