Index: third_party/sqlite/src/test/misc1.test |
diff --git a/third_party/sqlite/src/test/misc1.test b/third_party/sqlite/src/test/misc1.test |
index 7f93686f0fcd0aca1ca15807c9e6e5ce230ed0f7..a78e4884e93395881b70957202cfa5297b51720a 100644 |
--- a/third_party/sqlite/src/test/misc1.test |
+++ b/third_party/sqlite/src/test/misc1.test |
@@ -481,8 +481,12 @@ do_test misc1-14.1 { |
execsql {BEGIN} |
file exists ./test.db-journal |
} {0} |
-do_test misc1-14.2 { |
- execsql {UPDATE t1 SET a=0 WHERE 0} |
+do_test misc1-14.2a { |
+ execsql {UPDATE t1 SET a=a||'x' WHERE 0} |
+ file exists ../test.db-journal |
+} {0} |
+do_test misc1-14.2b { |
+ execsql {UPDATE t1 SET a=a||'y' WHERE 1} |
file exists ../test.db-journal |
} {1} |
do_test misc1-14.3 { |