From 7adf6765592fa6b47c111d0ee247edb223494d69 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 14 Aug 2022 12:39:01 +0100 Subject: Testsuite: tweak pgsql testcase --- test/runtest | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/runtest') 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)$/ ; -- cgit v1.2.3