diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-31 22:31:08 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-31 22:31:08 +0000 |
commit | bf24ce50fb71af514759f32ed05d1634626962fd (patch) | |
tree | f3564fdedc76042ba42361f40fb2383088fbcff4 /test/runtest | |
parent | 05e4f4dea8e993a6ad0f4e6cba092226155bc6e1 (diff) |
Testsuite: PIDs can now use more than 5 digits
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
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;)/' |