summaryrefslogtreecommitdiff
path: root/test/tcl/log008script.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'test/tcl/log008script.tcl')
-rw-r--r--test/tcl/log008script.tcl7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/tcl/log008script.tcl b/test/tcl/log008script.tcl
index 26d97a9e..b308b72a 100644
--- a/test/tcl/log008script.tcl
+++ b/test/tcl/log008script.tcl
@@ -1,6 +1,6 @@
# See the file LICENSE for redistribution information.
#
-# Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
#
# $Id$
#
@@ -75,9 +75,14 @@ foreach handle $handlelist {
}
error_check_good txn_commit [$txn commit] 0
+foreach handle $handlelist {
+ error_check_good db_close [$handle close] 0
+}
+
# Archive, deleting the log files we think we no longer need.
# Flush first to be sure everything is on disk for db_archive.
$dbenv log_flush
+error_check_good env_close [$dbenv close] 0
set stat [eval exec $util_path/db_archive -d -h $testdir]
# Child is done. Exit, abandoning the env instead of closing it.