X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/a2550b677cfc7c4dd6ac1ac24c7f029b6e5ef44d..ba59b14d895cc44ddb548eb1f70f75377655b638:/test/runtest?ds=sidebyside diff --git a/test/runtest b/test/runtest index f6e57b4b5..3403d78de 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\s+\d+ //; + s/Process \d+ is ready for new message/Process pppp is ready for new message/' + }, }; @@ -1977,6 +1981,7 @@ if (/^(ln|ls|du|mkdir|mkfifo|touch|cp|cat)\s/ || # command, triggered by $server_pid being non-zero. The server sends its output # to a different file. The variable $server_opts, if not empty, contains # options to disable IPv4 or IPv6 if necessary. +# This works because "server" swallows its stdin before waiting for a connection. if (/^server\s+(.*)$/) {