From ad60a824b940a16946dd94329852c53ba683c016 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Sun, 5 Apr 2009 00:29:22 +0000 Subject: [PATCH] Clean on END --- t/lib/Test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {