summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2001-07-09 04:40:07 +0000
committerGurusamy Sarathy <gsar@cpan.org>2001-07-09 04:40:07 +0000
commit5ebfc105e2bc97d07e09c98b186b614bffb0a233 (patch)
tree0f9657992eace871545ffbec7a679d9dec64da5f /t/harness
parentee2f883e168d1bf008aa8d3180fc540f3d4f87e4 (diff)
downloadperl-5ebfc105e2bc97d07e09c98b186b614bffb0a233.tar.gz
t/harness doesn't know about run/*.t
p4raw-id: //depot/perl@11232
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 9b2e09798a..6f111f1be6 100644
--- a/t/harness
+++ b/t/harness
@@ -39,7 +39,7 @@ if (@ARGV) {
@tests = @ARGV;
} else {
unless (@tests) {
- @tests = <base/*.t comp/*.t cmd/*.t io/*.t op/*.t lib/*.t>;
+ @tests = <base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t lib/*.t>;
use File::Spec;
my $updir = File::Spec->updir;
my $mani = File::Spec->catdir(File::Spec->updir, "MANIFEST");