]> git.koha-community.org Git - koha.git/commit
Bug 36999: Fix 00-strict.t fails to find koha_perl_deps.pl
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 31 May 2024 07:45:27 +0000 (09:45 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 18 Jul 2024 17:33:55 +0000 (17:33 +0000)
commite8ab419a99eedc33827f9082c1f566281e8a5580
tree8f31b593e4c1271bf130db55682174db699b608b
parent0aa348b665769f931a81c954afb07d9d44678453
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>
(cherry picked from commit 325a96a4069759b1f66bd4eaaadcc098abfdd968)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
t/db_dependent/00-strict.t