projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6d685f
)
[ID 20011001.011] redundant code in t/TEST
author
David Dyck
<david.dyck@fluke.com>
Mon, 1 Oct 2001 12:56:24 +0000
(
05:56
-0700)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 1 Oct 2001 19:01:31 +0000
(19:01 +0000)
Message-Id: <
200110011956
.MAA16250@dd.tc.fluke.com>
p4raw-id: //depot/perl@12299
t/TEST
patch
|
blob
|
history
diff --git
a/t/TEST
b/t/TEST
index fa945cd6ad3fa384dd9b90ebea5370e3277b7036..e4550439425541aeb90fb38937dd31a218088d02 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') {