| Index: third_party/sqlite/src/test/corruptB.test
|
| diff --git a/third_party/sqlite/src/test/corruptB.test b/third_party/sqlite/src/test/corruptB.test
|
| index 7d3740bc61be382c882518066ec9821fea8ba431..4aa1d010ce117243337d13464175de3fb5326f2f 100644
|
| --- a/third_party/sqlite/src/test/corruptB.test
|
| +++ b/third_party/sqlite/src/test/corruptB.test
|
| @@ -25,6 +25,11 @@
|
| 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_test corruptB-1.1 {
|
| execsql {
|
| @@ -154,7 +159,7 @@ do_test corruptB-2.1.1 {
|
| do_test corruptB-2.1.2 {
|
| sqlite3 db test.db
|
| catchsql { SELECT * FROM t1 }
|
| -} {1 {database or disk is full}}
|
| +} {1 {database disk image is malformed}}
|
|
|
| #---------------------------------------------------------------------------
|
|
|
|
|