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

Another change for testing on Windows.

FossilOrigin-Name: 2625886b1997dc92e7c3669a4f6ccf3560a4dd80
This commit is contained in:
shaneh
2010-11-04 21:13:56 +00:00
parent 5a092e98fa
commit b59b95a403
3 changed files with 9 additions and 19 deletions

View File

@ -1100,8 +1100,8 @@ do_faultsim_test pagerfault-22 -prep {
# PagerRollback(<file-db>)
#
do_faultsim_test pagerfault-23 -prep {
foreach f [glob -nocomplain test.db*] { file delete -force $f }
sqlite3 db :memory:
foreach f [glob -nocomplain test.db*] { file delete -force $f }
db eval {
ATTACH 'test.db2' AS aux;
CREATE TABLE t1(a, b);