From 27d5e594bc2ae3ff274ec975f0838bbbb05efdeb Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 26 May 2023 08:32:21 +0000 Subject: [PATCH] Bug 32478: (QA follow-up) Shebang and chmod for Koha/Config/SysPrefs.t Test plan: Run t/db_dependent/Koha/Config/SysPrefs.t Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit b4192a6525bd4680b844a2e844d709558168565d) Signed-off-by: Pedro Amorim --- t/db_dependent/Koha/Config/SysPrefs.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/db_dependent/Koha/Config/SysPrefs.t b/t/db_dependent/Koha/Config/SysPrefs.t index 15ca9ff9db..0f540edd30 100755 --- a/t/db_dependent/Koha/Config/SysPrefs.t +++ b/t/db_dependent/Koha/Config/SysPrefs.t @@ -1,3 +1,5 @@ +#!/usr/bin/perl + # This file is part of Koha. # # Copyright 2018 Koha Development Team -- 2.39.5