diff options
Diffstat (limited to 't')
-rw-r--r-- | t/005whitespace.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/005whitespace.t b/t/005whitespace.t index 66b2af5d6..e420baaaa 100644 --- a/t/005whitespace.t +++ b/t/005whitespace.t @@ -32,7 +32,6 @@ BEGIN { use Test::More tests => $tests; } use strict; my @testitems = @Support::Files::testitems; -my $verbose = $::ENV{TEST_VERBOSE}; foreach my $file (@testitems) { open (FILE, "$file"); |