[ID 20011001.011] redundant code in t/TEST
David Dyck [Mon, 1 Oct 2001 12:56:24 +0000 (05:56 -0700)]
Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>

p4raw-id: //depot/perl@12299

t/TEST

diff --git a/t/TEST b/t/TEST
index fa945cd..e455043 100755 (executable)
--- 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') {