Re: [PATCH] ext/attrs.t getting skipped
Yitzchak Scott-Thoennes [Thu, 25 Apr 2002 13:39:35 +0000 (06:39 -0700)]
   Message-Id: <HmGy8gzkguHW092yn@efn.org>

p4raw-id: //depot/perl@16167

t/harness

index e9cf2ed..6153b23 100644 (file)
--- a/t/harness
+++ b/t/harness
@@ -63,7 +63,7 @@ if (@ARGV) {
        my $mani  = File::Spec->catfile(File::Spec->updir, "MANIFEST");
        if (open(MANI, $mani)) {
            while (<MANI>) { # similar code in t/TEST
-           if (m!^(ext/\S+/([^/]+\.t|test\.pl)|lib/\S+?(\.t|test\.pl))\s!) {
+           if (m!^(ext/\S+/?([^/]+\.t|test\.pl)|lib/\S+?(\.t|test\.pl))\s!) {
                    push @tests, File::Spec->catfile($updir, $1);
                }
            }