Change 16167 by ams@lustre on 2002/04/25 19:49:09
Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
From: [EMAIL PROTECTED] (Yitzchak Scott-Thoennes)
Date: Thu, 25 Apr 2002 13:39:35 -0700
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/t/harness#29 edit
Differences ...
==== //depot/perl/t/harness#29 (text) ====
Index: perl/t/harness
--- perl/t/harness.~1~ Thu Apr 25 14:00:05 2002
+++ perl/t/harness Thu Apr 25 14:00:05 2002
@@ -63,7 +63,7 @@
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);
}
}
End of Patch.