summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Dyck <david.dyck@fluke.com>2001-10-01 05:56:24 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-01 19:01:31 +0000
commit6ff868eed1e3e3c48a498103d08c46492bb90e3e (patch)
treeba6ce7a88b9cc49f74b1d89958b83effbe4d0408
parentc6d685f7b14e90f390c3ccb1456a51bd0b02d527 (diff)
downloadperl-6ff868eed1e3e3c48a498103d08c46492bb90e3e.tar.gz
[ID 20011001.011] redundant code in t/TEST
Message-Id: <200110011956.MAA16250@dd.tc.fluke.com> p4raw-id: //depot/perl@12299
-rwxr-xr-xt/TEST2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/TEST b/t/TEST
index fa945cd6ad..e455043942 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') {