From bf24ce50fb71af514759f32ed05d1634626962fd Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 31 Oct 2019 22:31:08 +0000 Subject: [PATCH] Testsuite: PIDs can now use more than 5 digits --- test/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtest b/test/runtest index 13070647f..87a475ccd 100755 --- a/test/runtest +++ b/test/runtest @@ -1768,7 +1768,7 @@ $munges = }, 'debug_pid' => - { 'stderr' => 's/(^\s{0,4}|(?<=Process )|(?<=child ))\d{1,5}/ppppp/g' }, + { 'stderr' => 's/(^\s{0,4}|(?<=Process )|(?<=child ))\d+/ppppp/g' }, 'optional_dsn_info' => { 'mail' => '/^(X-(Remote-MTA-(smtp-greeting|helo-response)|Exim-Diagnostic|(body|message)-linecount):|Remote-MTA: X-ip;)/' -- 2.25.1