1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix another minor problem in walro2.test.

FossilOrigin-Name: ba0631de60ca38bf7efa6dbd86ec8774bf6f438c804155968e97f17eabe3b20a
This commit is contained in:
dan
2018-02-05 13:42:45 +00:00
parent 60d72b9bab
commit d1317095b5
3 changed files with 8 additions and 8 deletions

View File

@ -48,7 +48,7 @@ proc copy_to_test2 {bZeroShm} {
do_execsql_test 0.0 {
PRAGMA journal_mode = wal;
CREATE TABLE t1(x);
}
} {wal}
set MINSHMSZ [file size test.db-shm]
foreach bZeroShm {0 1} {