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