summaryrefslogtreecommitdiffstats
path: root/t/005whitespace.t
diff options
context:
space:
mode:
authorjake%acutex.net <>2009-03-01 05:03:09 +0100
committerjake%acutex.net <>2009-03-01 05:03:09 +0100
commit743c714d0a0e5cadf450dcbf027139db30bbef03 (patch)
tree510ff1d5e39ff78df16f0c4eb891ab6ee7a822b0 /t/005whitespace.t
parent95afe7247cd9ae3fad2a783056a5484d5e9ae947 (diff)
downloadbugzilla-743c714d0a0e5cadf450dcbf027139db30bbef03.tar.gz
bugzilla-743c714d0a0e5cadf450dcbf027139db30bbef03.tar.xz
Don't rely on the TEST_VERBOSE environment variable (no longer exported from runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files.
Diffstat (limited to 't/005whitespace.t')
-rw-r--r--t/005whitespace.t1
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");