From 5b78ad7026b057ef63e2acc8e47df8b96c91bf61 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 9 Sep 2022 08:44:31 +0000 Subject: [PATCH] Bug 30588: (QA follow-up) Missing shebang in TwoFactorAuth.t Content-Type: text/plain; charset=utf-8 Test plan: Try t/db_dependent/Koha/Auth/TwoFactorAuth.t on cmd line. Signed-off-by: Marcel de Rooy --- t/db_dependent/Koha/Auth/TwoFactorAuth.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/db_dependent/Koha/Auth/TwoFactorAuth.t b/t/db_dependent/Koha/Auth/TwoFactorAuth.t index 41fed4f41d..6a82e427e0 100755 --- a/t/db_dependent/Koha/Auth/TwoFactorAuth.t +++ b/t/db_dependent/Koha/Auth/TwoFactorAuth.t @@ -1,3 +1,5 @@ +#!/usr/bin/perl + use Modern::Perl; use Test::More tests => 2; use Test::Exception; -- 2.20.1