summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2000-09-11 10:56:47 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-12 14:08:32 +0000
commitbc00ec502eb91c52ac25daa943fa61a77d43c36b (patch)
treea86323a1d93fe771cb9bd8c552fe9dd09fa4a9b7 /t/TEST
parentdcd2ee750a9ebc0bc6a713e13f58fb88d5f50f54 (diff)
downloadperl-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-xt/TEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index 0b674af3e7..41390c039d 100755
--- a/t/TEST
+++ b/t/TEST
@@ -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 );