summaryrefslogtreecommitdiffstats
path: root/t/005no_tabs.t
diff options
context:
space:
mode:
authorzach%zachlipton.com <>2002-05-09 08:49:31 +0200
committerzach%zachlipton.com <>2002-05-09 08:49:31 +0200
commitccf9d404cfe99346af2f08dbbda44a3a53912b90 (patch)
treee8d3de7e241b998d8dc5498852873938632316b9 /t/005no_tabs.t
parent1d10fae35ea91b2e038cc8d3942a1860415e5dde (diff)
downloadbugzilla-ccf9d404cfe99346af2f08dbbda44a3a53912b90.tar.gz
bugzilla-ccf9d404cfe99346af2f08dbbda44a3a53912b90.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/005no_tabs.t')
-rw-r--r--t/005no_tabs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/005no_tabs.t b/t/005no_tabs.t
index eaf1ef241..31d584ae0 100644
--- a/t/005no_tabs.t
+++ b/t/005no_tabs.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;