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:
@ -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
|
||||
|
Reference in New Issue
Block a user