From 691de092c1f8ec4ca70bba7ea4685657211b65db Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Sun, 1 Mar 2009 04:03:12 +0000 Subject: Fix for bug 143124, Fix warning messages about *::TESTOUT and clean up test code. Patch makes the tests much better now. r=zach x2 --- t/005whitespace.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/005whitespace.t b/t/005whitespace.t index eaf1ef241..31d584ae0 100644 --- a/t/005whitespace.t +++ b/t/005whitespace.t @@ -25,7 +25,6 @@ #Bugzilla Test 5# #####no_tabs##### -use diagnostics; use strict; use lib 't'; @@ -52,3 +51,4 @@ foreach my $file (@testitems) { close (FILE); } +exit 0; -- cgit v1.2.3-24-g4f1b