diff options
Diffstat (limited to 'test/walro.test')
-rw-r--r-- | test/walro.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/walro.test b/test/walro.test index 6d920b1e2..f46e44d4c 100644 --- a/test/walro.test +++ b/test/walro.test @@ -212,7 +212,7 @@ do_multiclient_test tn { INSERT INTO t2 SELECT x||y, y||x FROM t2; } file size test.db-wal - } {147800} + } [expr {[nonzero_reserved_bytes]?148848:147800}] do_test 1.4.4.2 { csql1 { SELECT * FROM t1 } } {0 {a b c d e f g h i j k l 1 2 3 4 5 6}} |