diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-12 14:54:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-12 14:54:54 +0000 |
commit | 04c8f6e462a3eb253e8719ac5f99fd699185cae9 (patch) | |
tree | 001d8aa3dbc756cf801d2a18e5ba92b46bacb0b2 /t/harness | |
parent | b4eb6b3d36d1bf27a98adbcd16d066e49cd4f4fe (diff) | |
download | perl-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/harness | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |