Index: third_party/sqlite/src/test/malloc.test |
diff --git a/third_party/sqlite/src/test/malloc.test b/third_party/sqlite/src/test/malloc.test |
index 8459b280a208e50c7dd36ea8b98f009248a334b7..f1eee17ecd0bacf1da09574cd113c805692032b8 100644 |
--- a/third_party/sqlite/src/test/malloc.test |
+++ b/third_party/sqlite/src/test/malloc.test |
@@ -334,6 +334,7 @@ if {$tcl_platform(platform)!="windows"} { |
sqlite3 db2 test2.db |
sqlite3_extended_result_codes db2 1 |
db2 eval { |
+ PRAGMA journal_mode = DELETE; /* For inmemory_journal permutation */ |
PRAGMA synchronous = 0; |
CREATE TABLE t1(a, b); |
INSERT INTO t1 VALUES(1, 2); |