X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fharness;h=f7239fe3b177e055eb261824540ae248383389ca;hb=3a5db825226ec557f5580ca4aaeceda282d3af90;hp=455a1f917c65c39cfe8d58d6fbef81c308dd2638;hpb=51077201bf64ca460983010aa8b90b2241c04094;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/harness b/t/harness index 455a1f9..f7239fe 100644 --- a/t/harness +++ b/t/harness @@ -71,7 +71,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+/?(?:[^/\s]+\.t|test\.pl)|lib/\S+?(?:\.t|test\.pl))\s!) { push @tests, File::Spec->catfile($updir, $1); } }