diff options
Diffstat (limited to 'test/tcl/rep045script.tcl')
-rw-r--r-- | test/tcl/rep045script.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tcl/rep045script.tcl b/test/tcl/rep045script.tcl index 82864b0c..03dd2092 100644 --- a/test/tcl/rep045script.tcl +++ b/test/tcl/rep045script.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$ # @@ -162,3 +162,4 @@ while { 1 } { error_check_good kill_deadlock_detector [tclkill $dpid] "" error_check_good db_close [$db close] 0 error_check_good script_client_close [$clientenv close] 0 +replclose $testdir/MSGQUEUEDIR |