From 6d4b8c436b08337b4f37d714dd9475e5e82a766e Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Sun, 12 Jun 2016 16:52:34 +0000 Subject: [PATCH] Clean t/ --- lemonldap-ng-handler/t/63-Lemonldap-NG-Handler-PSGI-Try.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lemonldap-ng-handler/t/63-Lemonldap-NG-Handler-PSGI-Try.t b/lemonldap-ng-handler/t/63-Lemonldap-NG-Handler-PSGI-Try.t index 7631dcba8..e6c7b3d15 100644 --- a/lemonldap-ng-handler/t/63-Lemonldap-NG-Handler-PSGI-Try.t +++ b/lemonldap-ng-handler/t/63-Lemonldap-NG-Handler-PSGI-Try.t @@ -62,5 +62,7 @@ ok( $res->[2]->[0] eq 'Auth', 'Get auth result' ) or print "Expect Auth, got $res->[2]->[0]\n"; count(3); +clean(); + done_testing( count() );