tests: Cut off log file timestamp instead of normalizing it

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2013-05-31 09:54:50 +02:00
parent a835282a3c
commit 02cb202a69
3 changed files with 3378 additions and 3379 deletions

View file

@ -34,8 +34,7 @@ while (<>) {
my $pfx = '';
if ($opt_j || $opt_s) {
die "$0: malformed line" unless substr($_, 24, 1) eq ' ';
$pfx .= norm_ctime(substr($_, 0, 25));
die "$0: malformed line" unless /^$ctime_re /;
$_ = substr($_, 25);
}