diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2000-09-11 10:56:47 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-12 14:08:32 +0000 |
commit | bc00ec502eb91c52ac25daa943fa61a77d43c36b (patch) | |
tree | a86323a1d93fe771cb9bd8c552fe9dd09fa4a9b7 /t/TEST | |
parent | dcd2ee750a9ebc0bc6a713e13f58fb88d5f50f54 (diff) | |
download | perl-bc00ec502eb91c52ac25daa943fa61a77d43c36b.tar.gz |
[ID 20000911.009] t/pod/*.t tests not run by harness or make test
Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
p4raw-id: //depot/perl@7062
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ $ENV{EMXSHELL} = 'sh'; # For OS/2 if ($#ARGV == -1) { @ARGV = split(/[ \n]/, - `echo base/*.t comp/*.t cmd/*.t io/*.t; echo op/*.t pragma/*.t lib/*.t`); + `echo base/*.t comp/*.t cmd/*.t io/*.t; echo op/*.t pod/*.t pragma/*.t; echo lib/*.t`); } %infinite = ( 'comp/require.t', 1, 'op/bop.t', 1, 'lib/hostname.t', 1 ); |