diff options
Diffstat (limited to 't')
-rw-r--r-- | t/005whitespace.t | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/t/005whitespace.t b/t/005whitespace.t index fef0bf72c..66b2af5d6 100644 --- a/t/005whitespace.t +++ b/t/005whitespace.t @@ -21,7 +21,7 @@ # ################# -#Bugzilla Test 4# +#Bugzilla Test 5# #####no_tabs##### BEGIN { use lib "t/"; } @@ -29,8 +29,10 @@ BEGIN { use Support::Files; } BEGIN { $tests = @Support::Files::testitems; } BEGIN { use Test::More tests => $tests; } +use strict; + my @testitems = @Support::Files::testitems; -my $verbose = $::ENV{VERBOSE}; +my $verbose = $::ENV{TEST_VERBOSE}; foreach my $file (@testitems) { open (FILE, "$file"); |