From 743c714d0a0e5cadf450dcbf027139db30bbef03 Mon Sep 17 00:00:00 2001
From: "jake%acutex.net" <>
Date: Sun, 1 Mar 2009 04:03:09 +0000
Subject: [PATCH] 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.

---
 t/005whitespace.t | 1 -
 1 file changed, 1 deletion(-)

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");
-- 
2.24.1