From: Jeremy Harris Date: Thu, 31 Oct 2019 22:31:08 +0000 (+0000) Subject: Testsuite: PIDs can now use more than 5 digits X-Git-Tag: exim-4.93-RC2~7 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/bf24ce50fb71af514759f32ed05d1634626962fd Testsuite: PIDs can now use more than 5 digits --- 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;)/'