]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 143124, Fix warning messages about *::TESTOUT and clean up
authorzach%zachlipton.com <>
Sun, 1 Mar 2009 04:03:12 +0000 (04:03 +0000)
committerzach%zachlipton.com <>
Sun, 1 Mar 2009 04:03:12 +0000 (04:03 +0000)
test code. Patch makes the tests much better now.

r=zach x2

t/005whitespace.t

index eaf1ef241fd77ca0a81f3a1ac1452677be866196..31d584ae05c9eefcbedf718e24b6ef77e6444578 100644 (file)
@@ -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;