summaryrefslogtreecommitdiffstats
path: root/tests/cmdMZ.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-06 13:55:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-06 13:55:34 (GMT)
commit78fbe7e16e6796847893e608e886b3e779a6e98e (patch)
tree270374c43814c650f12a6318f41cc1cb34bcb875 /tests/cmdMZ.test
parent667a4aad934603ef865cba2b5b15f4c5687dc0c4 (diff)
downloadtcl-78fbe7e16e6796847893e608e886b3e779a6e98e.zip
tcl-78fbe7e16e6796847893e608e886b3e779a6e98e.tar.gz
tcl-78fbe7e16e6796847893e608e886b3e779a6e98e.tar.bz2
* tests/cmdMZ.test: Updated [package require tcltest] lines to
* tests/fileSystem.test: indiciate that these test files * tests/notify.test: use features of tcltest 2. [Bug 706114] * tests/parseExpr.test: * tests/unixNotfy.test:
Diffstat (limited to 'tests/cmdMZ.test')
-rw-r--r--tests/cmdMZ.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cmdMZ.test b/tests/cmdMZ.test
index 0e65229..ac2f72d 100644
--- a/tests/cmdMZ.test
+++ b/tests/cmdMZ.test
@@ -11,10 +11,10 @@
# 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.13 2002/07/19 08:52:27 dkf Exp $
+# RCS: @(#) $Id: cmdMZ.test,v 1.13.2.1 2003/10/06 13:55:37 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
- package require tcltest
+ package require tcltest 2
namespace import -force ::tcltest::*
}
set tcltest::testConstraints(nonLinuxOnly) \