summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-09-12 14:54:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-12 14:54:54 +0000
commit04c8f6e462a3eb253e8719ac5f99fd699185cae9 (patch)
tree001d8aa3dbc756cf801d2a18e5ba92b46bacb0b2 /t/harness
parentb4eb6b3d36d1bf27a98adbcd16d066e49cd4f4fe (diff)
downloadperl-04c8f6e462a3eb253e8719ac5f99fd699185cae9.tar.gz
Retract #7062, the pod tests are not ready.
p4raw-id: //depot/perl@7064
Diffstat (limited to 't/harness')
-rw-r--r--t/harness2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/harness b/t/harness
index b25f51943c..e1a4dd7861 100644
--- a/t/harness
+++ b/t/harness
@@ -37,7 +37,7 @@ foreach (keys %datahandle) {
}
@tests = @ARGV;
-@tests = <base/*.t comp/*.t cmd/*.t io/*.t op/*.t pod/*.t pragma/*.t lib/*.t> unless @tests;
+@tests = <base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t lib/*.t> unless @tests;
Test::Harness::runtests @tests;
exit(0) unless -e "../testcompile";