From: zach%zachlipton.com <> Date: Sun, 1 Mar 2009 04:03:12 +0000 (+0000) Subject: Fix for bug 143124, Fix warning messages about *::TESTOUT and clean up X-Git-Tag: bugzilla-3.3.4~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691de092c1f8ec4ca70bba7ea4685657211b65db;p=thirdparty%2Fbugzilla.git Fix for bug 143124, Fix warning messages about *::TESTOUT and clean up test code. Patch makes the tests much better now. r=zach x2 --- diff --git a/t/005whitespace.t b/t/005whitespace.t index eaf1ef241f..31d584ae05 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;