From ebc71153ded860bcc01dc48501977b068358d443 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 2 Mar 2022 11:36:56 -0300 Subject: [PATCH] Bug 29857: (follow-up) Fix t/db_dependent/Auth.t Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Auth.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Auth.t b/t/db_dependent/Auth.t index f053bd115d..187270caae 100755 --- a/t/db_dependent/Auth.t +++ b/t/db_dependent/Auth.t @@ -301,7 +301,7 @@ subtest 'checkpw lockout tests' => sub { } ); }; - like ( $@, qr(^bad template path), "The file $template_name should not be accessible" ); + like ( $@, qr(bad template path), "The file $template_name should not be accessible" ); } ( $template, $loggedinuser, $cookies ) = get_template_and_user( { -- 2.32.0