diff --git a/t/lib/Test.pm b/t/lib/Test.pm index 738e9d8..e95c515 100644 --- a/t/lib/Test.pm +++ b/t/lib/Test.pm @@ -26,7 +26,7 @@ sub clean { # Clean up temporary test files both at the beginning and end of the # test script. BEGIN { clean() } -# END { clean() } +END { clean() } # A simplified connect function for the most common case sub connect_ok {