summaryrefslogtreecommitdiff
path: root/t/harness
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/harness
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/harness')
-rw-r--r--t/harness2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/harness b/t/harness
index e1a4dd7861..b25f51943c 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 pragma/*.t lib/*.t> unless @tests;
+@tests = <base/*.t comp/*.t cmd/*.t io/*.t op/*.t pod/*.t pragma/*.t lib/*.t> unless @tests;
Test::Harness::runtests @tests;
exit(0) unless -e "../testcompile";