diff options
Diffstat (limited to 'test/lock_common.tcl')
-rw-r--r-- | test/lock_common.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lock_common.tcl b/test/lock_common.tcl index 0b7c5f922..672f9a5f9 100644 --- a/test/lock_common.tcl +++ b/test/lock_common.tcl @@ -58,6 +58,7 @@ proc do_multiclient_test {varname script} { code3 { db3 close } catch { close $::code2_chan } catch { close $::code3_chan } + catch { db close } } } |