1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -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 # Clean up temporary test files both at the beginning and end of the
# test script. # test script.
BEGIN { clean() } BEGIN { clean() }
# END { clean() } END { clean() }
# A simplified connect function for the most common case # A simplified connect function for the most common case
sub connect_ok { sub connect_ok {