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:
parent
833e560411
commit
ad60a824b9
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue