aboutsummaryrefslogtreecommitdiff
path: root/test/filefmt.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/filefmt.test')
-rw-r--r--test/filefmt.test16
1 files changed, 10 insertions, 6 deletions
diff --git a/test/filefmt.test b/test/filefmt.test
index 2df142443..087a955c3 100644
--- a/test/filefmt.test
+++ b/test/filefmt.test
@@ -144,9 +144,11 @@ do_execsql_test filefmt-2.1.1 {
CREATE TABLE t2(a);
INSERT INTO t2 VALUES(1);
} {}
-do_test filefmt-2.1.2 {
- hexio_read test.db 28 4
-} {00000009}
+if {![nonzero_reserved_bytes]} {
+ do_test filefmt-2.1.2 {
+ hexio_read test.db 28 4
+ } {00000009}
+}
do_test filefmt-2.1.3 {
sql36231 { INSERT INTO t1 VALUES(a_string(3000)) }
@@ -170,9 +172,11 @@ do_execsql_test filefmt-2.2.1 {
CREATE TABLE t2(a);
INSERT INTO t2 VALUES(1);
} {}
-do_test filefmt-2.2.2 {
- hexio_read test.db 28 4
-} {00000009}
+if {![nonzero_reserved_bytes]} {
+ do_test filefmt-2.2.2 {
+ hexio_read test.db 28 4
+ } {00000009}
+}
do_test filefmt-2.2.3 {
sql36231 { INSERT INTO t1 VALUES(a_string(3000)) }