diff options
author | zach%zachlipton.com <> | 2009-03-01 04:03:12 +0000 |
---|---|---|
committer | zach%zachlipton.com <> | 2009-03-01 04:03:12 +0000 |
commit | 691de092c1f8ec4ca70bba7ea4685657211b65db (patch) | |
tree | e4be36ff04d17f0dd3bb63b1bde6278ad565634c | |
parent | Bug 135543 - @Support::Templates::testitems does not list all templates (diff) | |
download | bugzilla-691de092c1f8ec4ca70bba7ea4685657211b65db.tar.gz bugzilla-691de092c1f8ec4ca70bba7ea4685657211b65db.tar.bz2 bugzilla-691de092c1f8ec4ca70bba7ea4685657211b65db.zip |
Fix for bug 143124, Fix warning messages about *::TESTOUT and clean up
test code. Patch makes the tests much better now.
r=zach x2
-rw-r--r-- | t/005whitespace.t | 2 |
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; |