X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/01f3091ab20e5b78419d2b7cff106b421600e553..b0d68adc8b45e42b425c23e7dbf195b772878b9a:/test/runtest diff --git a/test/runtest b/test/runtest index fa38ca019..2389efafe 100755 --- a/test/runtest +++ b/test/runtest @@ -1414,6 +1414,10 @@ $munges = { 'mainlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1/', 'rejectlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1/'}, + 'debuglog_stdout' => + { 'stdout' => 's/^\d\d:\d\d:\d\d* \d+ //; + s/Process \d+ is ready for new message/Process pppp is ready for new message/' + }, };