summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-02-10 11:36:52 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-02-10 11:36:52 +0000
commite51462229029e40afa0932dd9c6337192a0dc70b (patch)
treedf537dbb20e3daca94a5a2a9775fe7d93137d59b /test/runtest
parent45b75b0ae8cb8ccf0fdcc25aef6b4c2801ce49dd (diff)
Testsuite: fix munging of now-indented date in stdout
Broken-by: e1d04f48a45c
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 b2f5d0775..59f61c6a6 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1522,7 +1522,7 @@ $munges =
'rejectlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1<suppressed>/'},
'debuglog_stdout' =>
- { 'stdout' => 's/^\d\d:\d\d:\d\d\s+\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/'
},