Bug 26384: (QA follow-up) Fix two exceptions

AuthUtils.t went back to 644, but should be 755
Adding an exception in the xt test for fix-old-fsf-address.exclude

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Marcel de Rooy 2020-09-11 07:11:22 +00:00 committed by Jonathan Druart
parent 0ebe27c982
commit a1644cbf29
2 changed files with 1 additions and 1 deletions

0
t/db_dependent/AuthUtils.t Normal file → Executable file
View file

View file

@ -34,7 +34,7 @@ sub wanted {
return if -d $name; # Skip dir
# Search for missing x in svc, xt and t
if ( $name =~ m[^\./(svc|xt)] && $name ne './xt/perltidyrc'
if ( $name =~ m[^\./(svc|xt)] && $name !~ m[\./xt/(perltidyrc|fix-old-fsf-address\.exclude)]
|| $name =~ m[^\./t/.*\.t$] )
{
push @files, $name unless -x $name;