mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Close files before deleting them on test scripts under Win2k.
Ticket #434. (CVS 1084) FossilOrigin-Name: 2a40b46140720783cf4002fb9993f7f6766dbf5f
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
# This file implements regression tests for SQLite library. The
|
||||
# focus of this file is testing the VACUUM statement.
|
||||
#
|
||||
# $Id: vacuum.test,v 1.11 2003/08/15 13:24:53 drh Exp $
|
||||
# $Id: vacuum.test,v 1.12 2003/08/26 11:18:19 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -125,6 +125,7 @@ do_test vacuum-2.4 {
|
||||
#
|
||||
do_test vacuum-3.1 {
|
||||
db close
|
||||
db2 close
|
||||
file delete test.db
|
||||
sqlite db test.db
|
||||
execsql {
|
||||
|
Reference in New Issue
Block a user