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() );