Index: third_party/sqlite/src/test/incrvacuum2.test |
diff --git a/third_party/sqlite/src/test/incrvacuum2.test b/third_party/sqlite/src/test/incrvacuum2.test |
index 902517c9494e13570ff8bae7827ca0706f5e81d2..6e8e1bed5e14854bf0c908e938606757dcca795a 100644 |
--- a/third_party/sqlite/src/test/incrvacuum2.test |
+++ b/third_party/sqlite/src/test/incrvacuum2.test |
@@ -70,7 +70,7 @@ do_test incrvacuum2-1.4 { |
# |
ifcapable attach { |
do_test incrvacuum2-2.1 { |
- file delete -force test2.db test2.db-journal |
+ forcedelete test2.db test2.db-journal |
execsql { |
ATTACH DATABASE 'test2.db' AS aux; |
PRAGMA aux.auto_vacuum=incremental; |
@@ -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 |