1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a test script bug uncovered by [a121cd80c5] that was causing shared_err.test to fail.

FossilOrigin-Name: d7b63a4c9fdd2acdb5829224b6189e7f2f6bedb9
This commit is contained in:
dan
2010-07-16 10:39:54 +00:00
parent 8ab58665bc
commit 304feffc3f
3 changed files with 9 additions and 18 deletions

View File

@ -421,6 +421,7 @@ proc do_malloc_test {tn args} {
# with the handle [db].
#
catch {db close}
catch {db2 close}
catch {file delete -force test.db}
catch {file delete -force test.db-journal}
catch {file delete -force test.db-wal}