Bugzilla – Attachment 167666 Details for
Bug 36999
00-strict.t fails to find koha_perl_deps.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36999: Fix 00-strict.t fails to find koha_perl_deps.pl
Bug-36999-Fix-00-strictt-fails-to-find-kohaperldep.patch (text/plain), 1.35 KB, created by
Matt Blenkinsop
on 2024-06-12 14:27:56 UTC
(
hide
)
Description:
Bug 36999: Fix 00-strict.t fails to find koha_perl_deps.pl
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-06-12 14:27:56 UTC
Size:
1.35 KB
patch
obsolete
>From 5fefb871fb290deb447e4dd17670d33350668d3b Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >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 <david@davidnind.com> >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > 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.3 (Apple Git-146)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36999
:
167301
|
167314
| 167666