diff options
Diffstat (limited to 'test/backup4.test')
-rw-r--r-- | test/backup4.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/backup4.test b/test/backup4.test index 417df80e5..2756995c3 100644 --- a/test/backup4.test +++ b/test/backup4.test @@ -23,6 +23,11 @@ set testdir [file dirname $argv0] source $testdir/tester.tcl set testprefix backup4 +# The codec logic does not work for zero-length database files. A database +# file must contain at least one page in order to be recognized as an +# encrypted database. +do_not_use_codec + #------------------------------------------------------------------------- # At one point this test was failing because [db] was using an out of # date schema in test case 1.2. |