1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

Clean on END

This commit is contained in:
Adam Kennedy 2009-04-05 00:29:22 +00:00
parent 833e560411
commit ad60a824b9

View file

@ -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 {