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:
parent
a7484ed759
commit
325a96a406
1 changed files with 1 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue