diff options
Diffstat (limited to 'tests/exec.test')
-rw-r--r-- | tests/exec.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/exec.test b/tests/exec.test index 95010de..af8bf32 100644 --- a/tests/exec.test +++ b/tests/exec.test @@ -11,11 +11,11 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: exec.test,v 1.7 2000/03/31 19:39:42 ericm Exp $ +# RCS: @(#) $Id: exec.test,v 1.8 2000/04/10 17:18:58 ericm Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest - namespace import ::tcltest::* + namespace import -force ::tcltest::* } # All tests require the "exec" command. |