Index: third_party/sqlite/src/test/pcache.test |
diff --git a/third_party/sqlite/src/test/pcache.test b/third_party/sqlite/src/test/pcache.test |
index 7c0951e982a7b27324d17b3662ee9d71f058af67..e2bcd513195761e66f14d9936bacd5761ed14023 100644 |
--- a/third_party/sqlite/src/test/pcache.test |
+++ b/third_party/sqlite/src/test/pcache.test |
@@ -16,6 +16,10 @@ |
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 |
# The pcache module limits the number of pages available to purgeable |
# caches to the sum of the 'cache_size' values for the set of open |