summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2002-04-25 06:39:35 -0700
committerAbhijit Menon-Sen <ams@wiw.org>2002-04-25 19:49:09 +0000
commitf8166efe93e5a4ec13d1f67633fc4c8be1747d50 (patch)
tree169082c14a76bcd1bb824b2bac558201e78bffe4 /t/harness
parent9453426ea2cb2131d06e23614e5610b999172c9d (diff)
downloadperl-f8166efe93e5a4ec13d1f67633fc4c8be1747d50.tar.gz
Re: [PATCH] ext/attrs.t getting skipped
Message-Id: <HmGy8gzkguHW092yn@efn.org> p4raw-id: //depot/perl@16167
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 e9cf2ed925..6153b230ff 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 (<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);
}
}