diff options
Diffstat (limited to 'test/corruptE.test')
-rw-r--r-- | test/corruptE.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/corruptE.test b/test/corruptE.test index a9e0d649b..a47adba1f 100644 --- a/test/corruptE.test +++ b/test/corruptE.test @@ -21,6 +21,11 @@ catch {file delete -force test.db test.db-journal test.bu} 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 + # Do not run the tests in this file if ENABLE_OVERSIZE_CELL_CHECK is on. # ifcapable oversize_cell_check { |