summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-08-14 12:39:01 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-08-14 13:52:39 +0100
commit7adf6765592fa6b47c111d0ee247edb223494d69 (patch)
tree16614aaa0fcd02819d6b4ed0c1f35c3339cd01c7 /test/runtest
parentb855ee2fb3776667c8b08aa6b80453d60e4fb509 (diff)
downloadexim4-7adf6765592fa6b47c111d0ee247edb223494d69.tar.gz
Testsuite: tweak pgsql testcase
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index f34e3c922..5b53668e6 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1442,6 +1442,8 @@ RESET_AFTER_EXTRA_LINE_READ:
# Postgres version-dependent differences
s/^initdb: warning: (enabling "trust" authentication for local connections)$/\nWARNING: $1/;
+ # Postgre DB server PID
+ s/ \[\d+\] (?=(LOG: redirecting log|HINT: Future log output))/ [pppp] /;
# Not all builds include DMARC
next if /^DMARC: no (dmarc_tld_file|sender_host_address)$/ ;