diff options
Diffstat (limited to 'contrib/perl5/t/harness')
-rw-r--r-- | contrib/perl5/t/harness | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/perl5/t/harness b/contrib/perl5/t/harness index e1a4dd7..c24d46f 100644 --- a/contrib/perl5/t/harness +++ b/contrib/perl5/t/harness @@ -42,12 +42,12 @@ foreach (keys %datahandle) { Test::Harness::runtests @tests; exit(0) unless -e "../testcompile"; -%infinite = qw ( - op/bop.t 1 - lib/hostname.t 1 - op/lex_assign.t 1 - lib/ph.t 1 - ); +# %infinite = qw ( +# op/bop.t 1 +# lib/hostname.t 1 +# op/lex_assign.t 1 +# lib/ph.t 1 +# ); my $dhwrapper = <<'EOT'; open DATA,"<".__FILE__; |