summaryrefslogtreecommitdiff
path: root/test/incrvacuum2.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/incrvacuum2.test')
-rw-r--r--test/incrvacuum2.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/incrvacuum2.test b/test/incrvacuum2.test
index e67a086..6e8e1be 100644
--- a/test/incrvacuum2.test
+++ b/test/incrvacuum2.test
@@ -191,7 +191,7 @@ ifcapable wal {
PRAGMA wal_checkpoint;
}
file size test.db-wal
- } {1640}
+ } [expr {32+2*(512+24)}]
do_test 4.3 {
db close
@@ -205,7 +205,7 @@ ifcapable wal {
if {$newsz>$maxsz} {set maxsz $newsz}
}
set maxsz
- } {2176}
+ } [expr {32+3*(512+24)}]
}
finish_test