diff options
author | drh <drh@noemail.net> | 2016-10-05 01:33:57 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2016-10-05 01:33:57 +0000 |
commit | e0251d44fa13f5b47ad4aeca01b3c4e154b704a3 (patch) | |
tree | cd32a306e1e718d119e6ee1437de54599fdab002 /test/backup_malloc.test | |
parent | 4eda15e7153b1a361e5b0d7ee26ac88d2e89a8e2 (diff) | |
download | sqlite-e0251d44fa13f5b47ad4aeca01b3c4e154b704a3.tar.gz sqlite-e0251d44fa13f5b47ad4aeca01b3c4e154b704a3.zip |
Fix the backup_malloc.test script so that it works on Windows.
FossilOrigin-Name: d080012daaaa399663a0f767c792a2fff3e1037a
Diffstat (limited to 'test/backup_malloc.test')
-rw-r--r-- | test/backup_malloc.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/backup_malloc.test b/test/backup_malloc.test index 45cac44f1..5444a70bd 100644 --- a/test/backup_malloc.test +++ b/test/backup_malloc.test @@ -95,6 +95,7 @@ do_execsql_test 3.0 { do_faultsim_test 3 -faults oom* -prep { catch { db close } + catch { db2 close } forcedelete test2.db sqlite3 db2 test2.db |