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