This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add ext/File-Find/t to list of badly-behaved test directories.
authorJames E Keenan <jkeenan@cpan.org>
Wed, 14 Nov 2018 21:29:46 +0000 (16:29 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 14 Nov 2018 21:29:46 +0000 (16:29 -0500)
For: RT # 133658

t/harness

index 7733d2b..da5c017 100644 (file)
--- a/t/harness
+++ b/t/harness
@@ -189,7 +189,7 @@ if (@ARGV) {
         # directory containing such files should be tested in serial order.
         #
         # Add exceptions to the above rule
-        for (qw(ext/Pod-Html/t)) {
+        for (qw(ext/Pod-Html/t ext/File-Find/t)) {
             $serials{$_} = 1;
         }