diff options
author | dgp <dgp@users.sourceforge.net> | 2003-05-12 20:15:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-05-12 20:15:26 (GMT) |
commit | 848f3e85419c57c034cd7ebe11918e835f04782b (patch) | |
tree | eeec33a63241b5cf285d02c071f22df09cf57fa2 /tests/cmdMZ.test | |
parent | 83b3d7bbd3e11747ab0a311934e0ea8790bb2435 (diff) | |
download | tcl-848f3e85419c57c034cd7ebe11918e835f04782b.zip tcl-848f3e85419c57c034cd7ebe11918e835f04782b.tar.gz tcl-848f3e85419c57c034cd7ebe11918e835f04782b.tar.bz2 |
* generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is no
longer set to NULL (Tcl_CreateObjCommand docs already say that it
should not be accessed).
* tests/cmdMZ.test: Forgot to import [temporaryDirectory].
Diffstat (limited to 'tests/cmdMZ.test')
-rw-r--r-- | tests/cmdMZ.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cmdMZ.test b/tests/cmdMZ.test index c6416df..4da945f 100644 --- a/tests/cmdMZ.test +++ b/tests/cmdMZ.test @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: cmdMZ.test,v 1.14 2003/05/05 20:54:50 dgp Exp $ +# RCS: @(#) $Id: cmdMZ.test,v 1.15 2003/05/12 20:15:28 dgp Exp $ if {[catch {package require tcltest 2.0.2}]} { puts stderr "Skipping tests in [info script]. tcltest 2.0.2 required." @@ -22,6 +22,7 @@ namespace eval ::tcl::test::cmdMZ { namespace import ::tcltest::cleanupTests namespace import ::tcltest::makeFile namespace import ::tcltest::removeFile + namespace import ::tcltest::temporaryDirectory namespace import ::tcltest::test set ::tcltest::testConstraints(nonLinuxOnly) \ |