Make test work if HARNESS_TIMER=1. Thanks Petdance.
p4raw-id: //depot/perl@34329
my $name = $test->{name};
my $class = $test->{class} || 'FakeProve';
+ local $ENV{HARNESS_TIMER};
+
ok my $app = $class->new( exists $test->{args} ? $test->{args} : () ),
"$name: App::Prove created OK";