diff options
Diffstat (limited to 'test/corrupt4.test')
-rw-r--r-- | test/corrupt4.test | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/corrupt4.test b/test/corrupt4.test index 24db60fd5..55969c6a8 100644 --- a/test/corrupt4.test +++ b/test/corrupt4.test @@ -18,10 +18,9 @@ set testdir [file dirname $argv0] source $testdir/tester.tcl -# Do not use a codec for tests in this file, as the database file is -# manipulated directly using tcl scripts (using the [hexio_write] command). -# -do_not_use_codec +# This module uses hard-coded offsets which do not work if the reserved_bytes +# value is nonzero. +if {[nonzero_reserved_bytes]} {finish_test; return;} # These tests deal with corrupt database files # |