1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Minor fix to the concurrent.test module so that it works on windows.

FossilOrigin-Name: 58553d61d199477f88ea9b45055ddaf821eca2aff1bf67c7d81fa80b23c2575a
This commit is contained in:
drh
2017-07-20 19:28:49 +00:00
parent 0a2afca904
commit c5856def1e
3 changed files with 9 additions and 8 deletions

View File

@@ -162,6 +162,8 @@ do_test 1.8.5 {
db eval COMMIT
db2 eval COMMIT
} {}
db close
db2 close
do_multiclient_test tn {
@@ -557,4 +559,3 @@ do_multiclient_test tn {
}
finish_test