diff options
author | Steve Hay <SteveHay@planit.com> | 2008-09-30 11:27:36 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-09-30 11:27:36 +0000 |
commit | c1c8b72b4c9124b922ffb705ef671f9ce9a9104c (patch) | |
tree | 8c2908772c601c2673d94e0e3bae490ef350c59a /lib | |
parent | 738349a8c2d75ad4e5c0317bb9f69744bfeef05d (diff) | |
download | perl-c1c8b72b4c9124b922ffb705ef671f9ce9a9104c.tar.gz |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Module/Build/t/compat.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Module/Build/t/compat.t b/lib/Module/Build/t/compat.t index 1f35a27c4a..da62ed6a3e 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) } ); |