diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-10-25 06:18:55 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-10-25 08:15:14 -0700 |
commit | 8c806578ce552b2f2b5c8ee6ec34c0105ab8f84c (patch) | |
tree | b7f44d02b0413f99f6c4b736ab540c3ebd37ea90 /t | |
parent | 162edb3fe4d4f95d301ce70d606be1ca618fdd8d (diff) | |
download | perl-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.t | 3 |
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; |