[exim-cvs] Testsuite: PIDs can now use more than 5 digits

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Exim Git Commits Mailing List
日付:  
To: exim-cvs
題目: [exim-cvs] Testsuite: PIDs can now use more than 5 digits
Gitweb: https://git.exim.org/exim.git/commitdiff/bf24ce50fb71af514759f32ed05d1634626962fd
Commit:     bf24ce50fb71af514759f32ed05d1634626962fd
Parent:     05e4f4dea8e993a6ad0f4e6cba092226155bc6e1
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Thu Oct 31 22:31:08 2019 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Thu Oct 31 22:31:08 2019 +0000


    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 1307064..87a475c 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;)/'