1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

DBD-SQLite: as t/70schemachange uses "fork", a cleanup code shouldn't be in the END block

This commit is contained in:
Kenichi Ishigaki 2009-04-02 18:57:34 +00:00
parent f5e1109ecf
commit 2edda2f41f

View file

@ -95,4 +95,4 @@ while (Testing()) {
or DbiError($dbh->err, $dbh->errstr); or DbiError($dbh->err, $dbh->errstr);
} }
END { unlink 'output/foo'; rmdir 'output' } unlink 'output/foo'; rmdir 'output';