From 7f91e4a0972ff592bd87860d63913a4ab113f8b1 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 25 Jul 2025 09:18:32 +0200 Subject: [PATCH] Bug 40315: (QA follow-up) Fix shebang for both tests Content-Type: text/plain; charset=utf-8 Including chmod 755 xt/use-test-no-warnings.t Signed-off-by: Marcel de Rooy --- xt/tt_tidy.t | 2 +- xt/use-test-no-warnings.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xt/tt_tidy.t b/xt/tt_tidy.t index c5e3ecbae1..bedc9b45e6 100755 --- a/xt/tt_tidy.t +++ b/xt/tt_tidy.t @@ -1,4 +1,4 @@ -#/usr/bin/perl +#!/usr/bin/perl # This file is part of Koha. # diff --git a/xt/use-test-no-warnings.t b/xt/use-test-no-warnings.t index dc1c306b68..0a8910fdda 100755 --- a/xt/use-test-no-warnings.t +++ b/xt/use-test-no-warnings.t @@ -1,4 +1,4 @@ -#/usr/bin/perl +#!/usr/bin/perl # This file is part of Koha. # -- 2.39.5