diff options
Diffstat (limited to 'test/io.test')
-rw-r--r-- | test/io.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/io.test b/test/io.test index c5086c10e..e1af808a3 100644 --- a/test/io.test +++ b/test/io.test @@ -424,7 +424,7 @@ ifcapable pager_pragmas { # The COMMIT requires a single fsync() - to the database file. execsql { COMMIT } list [file size test.db] [nSync] - } {39936 1} + } "[expr {[nonzero_reserved_bytes]?40960:39936}] 1" } #---------------------------------------------------------------------- |