X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/b057ad118a14ea2e8f9bc483eaf636e84b25c4be..74ba91b16caf0fee6e90ef0269a20eae82e8f6b2:/test/runtest diff --git a/test/runtest b/test/runtest index 62281656d..96b6715f3 100755 --- a/test/runtest +++ b/test/runtest @@ -1443,6 +1443,9 @@ $munges = { '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/' }, + + 'timeout_errno' => # actual errno differs Solaris vs. Linux + { 'mainlog' => 's/(host deferral .* errno) <\d+> /$1 /' }, };