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 <david@davidnind.com>
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Fridolin Somers 2024-05-31 09:45:27 +02:00 committed by Martin Renvoize
parent a7484ed759
commit 325a96a406
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -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',