From: David Dyck Date: Mon, 1 Oct 2001 12:56:24 +0000 (-0700) Subject: [ID 20011001.011] redundant code in t/TEST X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ff868ee;p=p5sagit%2Fp5-mst-13.2.git [ID 20011001.011] redundant code in t/TEST Message-Id: <200110011956.MAA16250@dd.tc.fluke.com> p4raw-id: //depot/perl@12299 --- diff --git a/t/TEST b/t/TEST index fa945cd..e455043 100755 --- a/t/TEST +++ b/t/TEST @@ -182,8 +182,6 @@ EOT close(SCRIPT); } - $test = $OVER{$test} if exists $OVER{$test}; - my $utf = $with_utf ? '-I../lib -Mutf8' : ''; my $testswitch = '-I. -MTestInit'; # -T will strict . from @INC if ($type eq 'deparse') {