From: Steve Hay Date: Tue, 30 Sep 2008 11:27:36 +0000 (+0000) Subject: Fix Module-Build's compat.t when HARNESS_TIMER is set to 1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c1c8b72b4c9124b922ffb705ef671f9ce9a9104c;p=p5sagit%2Fp5-mst-13.2.git Fix Module-Build's compat.t when HARNESS_TIMER is set to 1 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 --- diff --git a/lib/Module/Build/t/compat.t b/lib/Module/Build/t/compat.t index 1f35a27..da62ed6 100644 --- a/lib/Module/Build/t/compat.t +++ b/lib/Module/Build/t/compat.t @@ -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) } );