From f8166efe93e5a4ec13d1f67633fc4c8be1747d50 Mon Sep 17 00:00:00 2001 From: Yitzchak Scott-Thoennes Date: Thu, 25 Apr 2002 06:39:35 -0700 Subject: Re: [PATCH] ext/attrs.t getting skipped Message-Id: p4raw-id: //depot/perl@16167 --- t/harness | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') 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 () { # 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); } } -- cgit v1.2.1