Fix Module-Build's compat.t when HARNESS_TIMER is set to 1
Steve Hay [Tue, 30 Sep 2008 11:27:36 +0000 (11:27 +0000)]
This is hopefully a better way of fixing the failure originally
addressed by 33340 (which was not assimilated into 0.30)

p4raw-id: //depot/perl@34447

lib/Module/Build/t/compat.t

index 1f35a27..da62ed6 100644 (file)
@@ -193,6 +193,7 @@ ok $mb, "Module::Build->new_from_context";
   }
 
   $output = stdout_of( sub {
+    local $ENV{HARNESS_TIMER} = 0;
     $ran_ok = $mb->do_system(@make, 'test', $make_macro)
   } );