From: Yitzchak Scott-Thoennes Date: Thu, 25 Apr 2002 13:39:35 +0000 (-0700) Subject: Re: [PATCH] ext/attrs.t getting skipped X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f8166efe93e5a4ec13d1f67633fc4c8be1747d50;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] ext/attrs.t getting skipped Message-Id: p4raw-id: //depot/perl@16167 --- diff --git a/t/harness b/t/harness index e9cf2ed..6153b23 100644 --- 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 () { # 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); } }