aboutsummaryrefslogtreecommitdiff
path: root/test/walro2.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/walro2.test')
-rw-r--r--test/walro2.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/walro2.test b/test/walro2.test
index 248acf86c..34408c169 100644
--- a/test/walro2.test
+++ b/test/walro2.test
@@ -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} {