summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-11 13:45:06 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-11 13:45:06 +0000
commitfd36d4b8fc952d7c333e7ec371939c57f8174aa8 (patch)
treece0a80cae04897e34d486e79a1e9c84a03ddcdaa /t/harness
parent351175533436c6de82f302ac1973fb32e2ade037 (diff)
downloadperl-fd36d4b8fc952d7c333e7ec371939c57f8174aa8.tar.gz
Merge the camel-III/vstring.t with op/ver.t.
p4raw-id: //depot/perl@10082
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 ca8a676aea..3cacc59337 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 camel-III/*.t> unless @tests;
+@tests = <base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t lib/*.t pod/*.t> unless @tests;
Test::Harness::runtests @tests;
exit(0) unless -e "../testcompile";