diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2001-07-09 04:40:07 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2001-07-09 04:40:07 +0000 |
commit | e651cf1792dd9652071905bfd9aa5445cc60ead3 (patch) | |
tree | 0f9657992eace871545ffbec7a679d9dec64da5f /t/harness | |
parent | 2b4ce6a7265a91d98ffb8f0a12e5d4d6c20939ed (diff) | |
download | perl-e651cf1792dd9652071905bfd9aa5445cc60ead3.tar.gz |
t/harness doesn't know about run/*.t
p4raw-id: //depot/perl@11232
Diffstat (limited to 't/harness')
-rw-r--r-- | t/harness | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |