diff options
Diffstat (limited to 'cpan/Test-Simple/t/Legacy/harness_active.t')
-rw-r--r-- | cpan/Test-Simple/t/Legacy/harness_active.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpan/Test-Simple/t/Legacy/harness_active.t b/cpan/Test-Simple/t/Legacy/harness_active.t index 7b027a7b40..4e0c558710 100644 --- a/cpan/Test-Simple/t/Legacy/harness_active.t +++ b/cpan/Test-Simple/t/Legacy/harness_active.t @@ -47,6 +47,7 @@ Test::More->builder->no_ending(1); { local $ENV{HARNESS_ACTIVE} = 0; + local $ENV{HARNESS_IS_VERBOSE} = 0; #line 62 fail( "this fails" ); @@ -66,6 +67,7 @@ ERR { local $ENV{HARNESS_ACTIVE} = 1; + local $ENV{HARNESS_IS_VERBOSE} = 0; #line 71 fail( "this fails" ); |