mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
DBD-SQLite: as t/70schemachange uses "fork", a cleanup code shouldn't be in the END block
This commit is contained in:
parent
f5e1109ecf
commit
2edda2f41f
1 changed files with 1 additions and 1 deletions
|
@ -95,4 +95,4 @@ while (Testing()) {
|
|||
or DbiError($dbh->err, $dbh->errstr);
|
||||
}
|
||||
|
||||
END { unlink 'output/foo'; rmdir 'output' }
|
||||
unlink 'output/foo'; rmdir 'output';
|
||||
|
|
Loading…
Add table
Reference in a new issue