| Index: third_party/sqlite/src/test/backup4.test
|
| diff --git a/third_party/sqlite/src/test/backup4.test b/third_party/sqlite/src/test/backup4.test
|
| index 417df80e552d502728dc719e0e72d6ea3c01cadb..2756995c3adb85e438c9821fa231c5801d797e5c 100644
|
| --- a/third_party/sqlite/src/test/backup4.test
|
| +++ b/third_party/sqlite/src/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.
|
|
|