diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-14 23:01:03 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-15 13:28:47 +0000 |
commit | 78598e6a6a8cda8d1b50685188682749929df614 (patch) | |
tree | b3c45b92b9be969ce712d39cdb2e543d7320198c /test/runtest | |
parent | de41aff0511cad420dd1936b23dce61e04ce6ab4 (diff) |
Events: add msg:defer Bug 2477
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 d678abda6..14601c671 100755 --- a/test/runtest +++ b/test/runtest @@ -1830,7 +1830,7 @@ $munges = }, 'timeout_errno' => # actual errno differs Solaris vs. Linux - { 'mainlog' => 's/(host deferral .* errno) <\d+> /$1 <EEE> /' }, + { 'mainlog' => 's/((?:host|message) deferral .* errno) <\d+> /$1 <EEE> /' }, 'peer_terminated_conn' => # actual error differs FreedBSD vs. Linux { 'stderr' => 's/^( SMTP\()Connection reset by peer(\)<<)$/$1closed$2/' }, |