]> 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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 13 Jun 2024 12:43:47 +0000 (13:43 +0100)
commit325a96a4069759b1f66bd4eaaadcc098abfdd968
tree765d16879453ce18a35f86d69f148be6d9de94e2
parenta7484ed7598a6c1263dc5b205e3570f943bbcd60
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>
t/db_dependent/00-strict.t