From edf7a881149d14a6562b105dda565e2d16d82da1 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Tue, 16 Feb 2021 15:29:27 +0100 Subject: [PATCH] Update 29-AuthGPG.t --- lemonldap-ng-portal/t/29-AuthGPG.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-portal/t/29-AuthGPG.t b/lemonldap-ng-portal/t/29-AuthGPG.t index 6083483e4..127737d9d 100644 --- a/lemonldap-ng-portal/t/29-AuthGPG.t +++ b/lemonldap-ng-portal/t/29-AuthGPG.t @@ -60,6 +60,6 @@ SKIP: { expectOK($res); expectCookie($res); } -count($mainTests) +count($mainTests); clean_sessions(); done_testing( count() );