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