diff options
author | David Dyck <david.dyck@fluke.com> | 2001-10-01 05:56:24 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-01 19:01:31 +0000 |
commit | 6ff868eed1e3e3c48a498103d08c46492bb90e3e (patch) | |
tree | ba6ce7a88b9cc49f74b1d89958b83effbe4d0408 | |
parent | c6d685f7b14e90f390c3ccb1456a51bd0b02d527 (diff) | |
download | perl-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-x | t/TEST | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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') { |