summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-05-22 13:38:08 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-05-22 13:38:41 +0100
commitba59b14d895cc44ddb548eb1f70f75377655b638 (patch)
tree96cef6570b891bd806669c932029e5c632114a67 /test/runtest
parentb0d68adc8b45e42b425c23e7dbf195b772878b9a (diff)
Testsuite: fix for 0574
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index 2389efafe..3403d78de 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1415,7 +1415,7 @@ $munges =
'rejectlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1<suppressed>/'},
'debuglog_stdout' =>
- { 'stdout' => 's/^\d\d:\d\d:\d\d* \d+ //;
+ { '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/'
},
};