summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorzach%zachlipton.com <>2009-03-01 05:03:12 +0100
committerzach%zachlipton.com <>2009-03-01 05:03:12 +0100
commit691de092c1f8ec4ca70bba7ea4685657211b65db (patch)
treee4be36ff04d17f0dd3bb63b1bde6278ad565634c /t
parentd21b063bed4a17d9c12fea2f8eae8542397aeb32 (diff)
downloadbugzilla-691de092c1f8ec4ca70bba7ea4685657211b65db.tar.gz
bugzilla-691de092c1f8ec4ca70bba7ea4685657211b65db.tar.xz
Fix for bug 143124, Fix warning messages about *::TESTOUT and clean up
test code. Patch makes the tests much better now. r=zach x2
Diffstat (limited to 't')
-rw-r--r--t/005whitespace.t2
1 files changed, 1 insertions, 1 deletions
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;