From fea35ed31e703c584e1a7967065df6e07233b0c3 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 Content-Type: text/plain; charset=utf-8 Test plan: Run t/db_dependent/Koha/Config/SysPrefs.t Signed-off-by: Marcel de Rooy --- 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.30.2