diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-11-20 22:17:18 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-11-20 22:17:18 +0000 |
commit | 30e302f80e1dae1c92a646f938e88ba8e186469a (patch) | |
tree | 9560ca0670cb3a044c4f3d743392d1ba3452e2cb /lib/Test/Simple/t/fail.t | |
parent | cf28e18a35edf50bf34f08788d10c879971e9922 (diff) | |
download | perl-30e302f80e1dae1c92a646f938e88ba8e186469a.tar.gz |
Assimilate Test-Simple 0.50
p4raw-id: //depot/perl@23523
Diffstat (limited to 'lib/Test/Simple/t/fail.t')
-rw-r--r-- | lib/Test/Simple/t/fail.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Test/Simple/t/fail.t b/lib/Test/Simple/t/fail.t index a041ab0eb9..30a107b6cb 100644 --- a/lib/Test/Simple/t/fail.t +++ b/lib/Test/Simple/t/fail.t @@ -14,6 +14,7 @@ use strict; require Test::Simple::Catch; my($out, $err) = Test::Simple::Catch::caught(); +local $ENV{HARNESS_ACTIVE} = 0; # Can't use Test.pm, that's a 5.005 thing. |