1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix minor test suite problems causing errors on OSX.

FossilOrigin-Name: 759c954fee215a64f21fe13491515eebebbc6d01
This commit is contained in:
dan
2010-10-06 16:42:52 +00:00
parent d468ad6559
commit 14d14607a5
4 changed files with 23 additions and 23 deletions

View File

@ -112,10 +112,10 @@ ifcapable lock_proxy_pragmas&&prefer_proxy_locking {
sqlite3_soft_heap_limit 0
do_test lock6-1.3 {
sqlite3 db test.db
catchsql {
select * from sqlite_master;
}
list [catch {
sqlite3 db test.db
execsql { select * from sqlite_master }
} msg] $msg
} {1 {database is locked}}
do_test lock6-1.4 {