From 3d46ba59b73c584ab534896c2ae61398ef3940d9 Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Thu, 25 Oct 2001 01:41:49 +0000 Subject: 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/002goodperl.t | 1 - 1 file changed, 1 deletion(-) (limited to 't/002goodperl.t') diff --git a/t/002goodperl.t b/t/002goodperl.t index 3615d489a..9047e09ff 100644 --- a/t/002goodperl.t +++ b/t/002goodperl.t @@ -44,7 +44,6 @@ BEGIN { use Test::More tests => $tests; } use strict; my @testitems = @Support::Files::testitems; # get the files to test. -my $verbose = $::ENV{TEST_VERBOSE}; foreach my $file (@testitems) { $file =~ s/\s.*$//; # nuke everything after the first space (#comment) -- cgit v1.2.3-24-g4f1b