local change 34447, which did the same thing)
p4raw-id: //depot/perl@35078
}
$output = stdout_of( sub {
- local $ENV{HARNESS_TIMER} = 0;
+ local $ENV{HARNESS_TIMER}; # RT#39635 - timer messes with output
$ran_ok = $mb->do_system(@make, 'test', $make_macro)
} );