]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Don't rely on the TEST_VERBOSE environment variable (no longer exported from runtests...
authorjake%acutex.net <>
Sun, 1 Mar 2009 04:03:09 +0000 (04:03 +0000)
committerjake%acutex.net <>
Sun, 1 Mar 2009 04:03:09 +0000 (04:03 +0000)
t/005whitespace.t

index 66b2af5d613ea499c94522eb4a369b3901b4dded..e420baaaaab2c686691a77b16685213eaeffcf35 100644 (file)
@@ -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");