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:
@ -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}]
|
||||
|
Reference in New Issue
Block a user