From e8ab419a99eedc33827f9082c1f566281e8a5580 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 31 May 2024 09:45:27 +0200 Subject: [PATCH] Bug 36999: Fix 00-strict.t fails to find koha_perl_deps.pl Since Bug 36323 moved koha_perl_deps.pl it is not needed anymore in 00-strict.t It fails with : koha_1 | Can't stat koha_perl_deps.pl: No such file or directory koha_1 | at /usr/share/perl5/Test/Strict.pm line 151. Patch remove koha_perl_deps.pl from @dirs. It contains misc. Test plan : prove t/db_dependent/00-strict.t Signed-off-by: David Nind Signed-off-by: Matt Blenkinsop Signed-off-by: Martin Renvoize (cherry picked from commit 325a96a4069759b1f66bd4eaaadcc098abfdd968) Signed-off-by: Lucas Gass --- t/db_dependent/00-strict.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/db_dependent/00-strict.t b/t/db_dependent/00-strict.t index eb2ea52537..41515a9451 100755 --- a/t/db_dependent/00-strict.t +++ b/t/db_dependent/00-strict.t @@ -20,8 +20,7 @@ my @dirs = ( 'changelanguage.pl', 'circ', 'debian', 'docs', 'errors', 'fix-perl-path.PL', 'help.pl', - 'installer', 'koha_perl_deps.pl', - 'kohaversion.pl', 'labels', + 'installer', 'kohaversion.pl', 'labels', 'mainpage.pl', 'Makefile.PL', 'members', 'misc', 'offline_circ', 'opac', -- 2.39.5