diff options
author | zach%zachlipton.com <> | 2009-03-01 05:03:12 +0100 |
---|---|---|
committer | zach%zachlipton.com <> | 2009-03-01 05:03:12 +0100 |
commit | 691de092c1f8ec4ca70bba7ea4685657211b65db (patch) | |
tree | e4be36ff04d17f0dd3bb63b1bde6278ad565634c /t/005whitespace.t | |
parent | d21b063bed4a17d9c12fea2f8eae8542397aeb32 (diff) | |
download | bugzilla-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/005whitespace.t')
-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; |