From e26d3d888c7301be3bf6412f9d17dfcaeb34c908 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 12 Feb 2025 21:47:33 +0100 Subject: [PATCH] Bug 39115: Remove exclude list from tt_tidy.t Signed-off-by: Victor Grousset/tuxayo --- xt/tt_tidy.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xt/tt_tidy.t b/xt/tt_tidy.t index dfb3de2f8c..c97ce7da54 100755 --- a/xt/tt_tidy.t +++ b/xt/tt_tidy.t @@ -23,8 +23,7 @@ use Test::Strict; use Parallel::ForkManager; use Sys::CPU; -my @tt_files = - qx{git ls-files '*.tt' '*.inc' ':(exclude)Koha/ILL/Backend/' ':(exclude)*doc-head-open.inc' ':(exclude)misc/cronjobs/rss'}; +my @tt_files = qx{git ls-files '*.tt' '*.inc'}; $Test::Strict::TEST_STRICT = 0; -- 2.47.1