1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix test case numbering in backup_malloc.test and issue when running under Windows.

FossilOrigin-Name: aef26438523bccf1ea2c19205cd05799e4c69a1f
This commit is contained in:
shaneh
2010-07-08 18:32:18 +00:00
parent c6b2a0ff99
commit afdc5fa5cc
3 changed files with 10 additions and 19 deletions

View File

@ -68,9 +68,10 @@ do_malloc_test backup_malloc-1 -tclprep {
B finish
} -cleanup {
catch { B finish }
catch { db2 close }
}
do_malloc_test backup_malloc-1 -tclprep {
do_malloc_test backup_malloc-2 -tclprep {
sqlite3 db2 test2.db
} -tclbody {
set rc [catch {sqlite3_backup B db2 temp db main}]