This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Run tests in ext/File-Find/t in series
authorJames E Keenan <jkeenan@cpan.org>
Wed, 7 Aug 2019 13:39:56 +0000 (09:39 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Mon, 12 Aug 2019 20:07:12 +0000 (16:07 -0400)
For: RT # 133771

t/harness

index caa2a31..b9857fa 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 cpan/IO-Zlib/t)) {
+        for (qw(ext/Pod-Html/t cpan/IO-Zlib/t ext/File-Find/t)) {
             $serials{$_} = 1;
         }