Index: third_party/sqlite/src/test/sort.test |
diff --git a/third_party/sqlite/src/test/sort.test b/third_party/sqlite/src/test/sort.test |
index be2a6f531c05826cf85fbd1f60044ca62f9d0650..21b11d6c8818e239bee4f071290a1301bb995675 100644 |
--- a/third_party/sqlite/src/test/sort.test |
+++ b/third_party/sqlite/src/test/sort.test |
@@ -16,6 +16,11 @@ |
set testdir [file dirname $argv0] |
source $testdir/tester.tcl |
set testprefix sort |
+db close |
+sqlite3_shutdown |
+sqlite3_config_pmasz 10 |
+sqlite3_initialize |
+sqlite3 db test.db |
# Create a bunch of data to sort against |
# |