1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Fix a test script bug introduced by [562687d9].

FossilOrigin-Name: a343745d99cf4bccb2f5582735cc2f88b03e847d
This commit is contained in:
dan
2015-07-24 18:22:29 +00:00
parent 80c0302228
commit d716c39c76
3 changed files with 8 additions and 8 deletions

View File

@ -2058,7 +2058,7 @@ proc test_set_config_pagecache {sz nPg} {
set ::old_pagecache_config [sqlite3_config_pagecache $sz $nPg]
sqlite3_initialize
autoinstall_test_functions
sqlite3 db test.db
reset_db
}
# Close any connections named [db], [db2] or [db3]. Then use sqlite3_config