Testsuite: fix munging of now-indented date in stdout
[users/heiko/exim.git] / test / runtest
index b2f5d077573e6c0f9c60ad82e95cdfbc48bd7b10..59f61c6a6fb5b0bf5bdc6bc91caae25b3503d2fe 100755 (executable)
@@ -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/'
     },