683572
From 665ac6aded4b9694283d373a0f127f32a3e75b26 Mon Sep 17 00:00:00 2001
683572
From: James E Keenan <jkeenan@cpan.org>
683572
Date: Wed, 7 Aug 2019 09:39:56 -0400
683572
Subject: [PATCH] Run tests in ext/File-Find/t in series
683572
MIME-Version: 1.0
683572
Content-Type: text/plain; charset=UTF-8
683572
Content-Transfer-Encoding: 8bit
683572
683572
For: RT # 133771
683572
Signed-off-by: Petr Písař <ppisar@redhat.com>
683572
---
683572
 t/harness | 2 +-
683572
 1 file changed, 1 insertion(+), 1 deletion(-)
683572
683572
diff --git a/t/harness b/t/harness
683572
index caa2a318b8..b9857fa022 100644
683572
--- a/t/harness
683572
+++ b/t/harness
683572
@@ -189,7 +189,7 @@ if (@ARGV) {
683572
         # directory containing such files should be tested in serial order.
683572
         #
683572
         # Add exceptions to the above rule
683572
-        for (qw(ext/Pod-Html/t cpan/IO-Zlib/t)) {
683572
+        for (qw(ext/Pod-Html/t cpan/IO-Zlib/t ext/File-Find/t)) {
683572
             $serials{$_} = 1;
683572
         }
683572
 
683572
-- 
683572
2.21.0
683572