From f3cf9149857afd3eb87531a400ccbdf0d913977a 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 --- 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 dfb3de2f8cf..c97ce7da545 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.34.1