Commit 691de092 authored by zach%zachlipton.com's avatar zach%zachlipton.com

Fix for bug 143124, Fix warning messages about *::TESTOUT and clean up

test code. Patch makes the tests much better now. r=zach x2
parent d21b063b
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#Bugzilla Test 5# #Bugzilla Test 5#
#####no_tabs##### #####no_tabs#####
use diagnostics;
use strict; use strict;
use lib 't'; use lib 't';
...@@ -52,3 +51,4 @@ foreach my $file (@testitems) { ...@@ -52,3 +51,4 @@ foreach my $file (@testitems) {
close (FILE); close (FILE);
} }
exit 0;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment