summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
authorDaniel Dragan <bulk88@hotmail.com>2014-12-23 03:09:53 -0500
committerFather Chrysostomos <sprout@cpan.org>2014-12-23 09:22:16 -0800
commit2f15ba3e036b1e5e8181053654f0bd51cb56c5f3 (patch)
treebd89020ab1ee1341bc291e4c9f13e1e78f234bd8 /t/harness
parentac3483e438bb2771cce2d7be1e459ccb79c1d795 (diff)
downloadperl-2f15ba3e036b1e5e8181053654f0bd51cb56c5f3.tar.gz
remove obsolete B::CC code from t/harness
from commit 56eca212f2 . Seems to have been used for B::CC testing, but the blacklist logic and $dhwrapper logic were removed in commit de1254415f but this piece was missed. Half the files in the list don't exist anymore.
Diffstat (limited to 't/harness')
-rw-r--r--t/harness20
1 files changed, 0 insertions, 20 deletions
diff --git a/t/harness b/t/harness
index 30f4b1ae81..d0694726ef 100644
--- a/t/harness
+++ b/t/harness
@@ -34,26 +34,6 @@ if ($ARGV[0] && $ARGV[0] eq '-torture') {
# which live dual lives on CPAN.
$ENV{PERL_CORE} = 1;
-#fudge DATA for now.
-my %datahandle = qw(
- lib/bigint.t 1
- lib/bigintpm.t 1
- lib/bigfloat.t 1
- lib/bigfloatpm.t 1
- op/gv.t 1
- lib/complex.t 1
- lib/ph.t 1
- lib/soundex.t 1
- op/misc.t 1
- op/runlevel.t 1
- op/tie.t 1
- op/lex_assign.t 1
- );
-
-foreach (keys %datahandle) {
- unlink "$_.t";
-}
-
my (@tests, $re);
# [.VMS]TEST.COM calls harness with empty arguments, so clean-up @ARGV