diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-06 19:20:06 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-06 19:25:13 +0000 |
commit | a04185284e815e6e94613da045da770e562fce28 (patch) | |
tree | aff2a75aae3aad73e7cefa61cc6fc7599ef1b435 /test/runtest | |
parent | d1cebc7fe815c47a5e619d5de43bbf19707760ed (diff) |
Testsuite: allow for different data arrival in SMTP synch check
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index d9aa97fa5..efcd3ed1c 100755 --- a/test/runtest +++ b/test/runtest @@ -1406,6 +1406,10 @@ $munges = 'sys_bindir' => { 'mainlog' => 's%/(usr/)?bin/%SYSBINDIR/%' }, + 'sync_check_data' => + { 'mainlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1<suppressed>/', + 'rejectlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1<suppressed>/'}, + }; @@ -3769,7 +3773,7 @@ $0 = "[runtest $testno]"; log_failure($log_failed_filename, $testno, "exit code unexpected") if (/^c$/i && $force_continue); if ($force_continue) { - print "stderr tail:\n"; + print "\nstderr tail:\n"; print "===================\n"; system("tail -20 test-stderr"); print "===================\n"; |