summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-10-25 06:18:55 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-10-25 08:15:14 -0700
commit8c806578ce552b2f2b5c8ee6ec34c0105ab8f84c (patch)
treeb7f44d02b0413f99f6c4b736ab540c3ebd37ea90 /t
parent162edb3fe4d4f95d301ce70d606be1ca618fdd8d (diff)
downloadperl-8c806578ce552b2f2b5c8ee6ec34c0105ab8f84c.tar.gz
t/porting/dual-life.t: Another exception
In parallel testing, it might fail on files like cpan/Module-Metadata/MB-9dzadSLU/Simple/bin/simple.plx.
Diffstat (limited to 't')
-rw-r--r--t/porting/dual-life.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/porting/dual-life.t b/t/porting/dual-life.t
index e757644afc..2d3ab9173b 100644
--- a/t/porting/dual-life.t
+++ b/t/porting/dual-life.t
@@ -20,7 +20,8 @@ use File::Spec::Functions;
my $not_installed = qr{^(?:
\.\./cpan/Encode/bin/u(?:cm(?:2table|lint|sort)|nidump)
|
- \.\./cpan/Module-Build/MB-[\w\d]+/Simple/(?:test_install/)?bin/.*
+ \.\./cpan/Module-(?:Metadata|Build)
+ /MB-[\w\d]+/Simple/(?:test_install/)?bin/.*
)\z}ix;
my %dist_dir_exe;