t/harness doesn't know about run/*.t
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 9 Jul 2001 04:40:07 +0000 (04:40 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 9 Jul 2001 04:40:07 +0000 (04:40 +0000)
p4raw-id: //depot/perl@11232

t/harness

index 9b2e097..6f111f1 100644 (file)
--- 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");