summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-02-12 16:30:28 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-02-12 16:30:28 +0000
commit398f9af3b35c79d142dcbfd7b56758eea88c8f43 (patch)
tree0e7a14be6ee32f2bd0f6859276a7e83e944f9188 /test/runtest
parent852e25c532665a5523f07930030199666aef996c (diff)
Debug: avoid indenting line-prefixes (timestamp, pid, host-checking marker)
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 15631dfeb..d117751c4 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1525,7 +1525,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/'
},