Index: test/wal2.test ================================================================== --- test/wal2.test +++ test/wal2.test @@ -636,10 +636,11 @@ file delete -force test.db test.db-wal test.db-journal do_test wal2-8.1.2 { sqlite3 db test.db execsql { + PRAGMA auto_vacuum=OFF; PRAGMA page_size = 1024; PRAGMA journal_mode = WAL; CREATE TABLE t1(x); INSERT INTO t1 VALUES(zeroblob(8188*1020)); CREATE TABLE t2(y); @@ -677,6 +678,5 @@ } {goodbye} db2 close finish_test -