| Index: third_party/sqlite/src/test/lock.test
|
| diff --git a/third_party/sqlite/src/test/lock.test b/third_party/sqlite/src/test/lock.test
|
| index 82da4b0d1aef09adf824a57d26a8c84da1ba7c92..22f359c1a25284493af324df1068c79fff111e74 100644
|
| --- a/third_party/sqlite/src/test/lock.test
|
| +++ b/third_party/sqlite/src/test/lock.test
|
| @@ -398,7 +398,7 @@ do_test lock-6.5 {
|
| # * a transaction that modified zero database pages is committed.
|
| #
|
| set temp_status unlocked
|
| -if {$TEMP_STORE==3} {set temp_status unknown}
|
| +if {$TEMP_STORE>=2} {set temp_status unknown}
|
| do_test lock-7.1 {
|
| set STMT [sqlite3_prepare $DB "SELECT * FROM sqlite_master" -1 TAIL]
|
| sqlite3_step $STMT
|
|
|