summaryrefslogtreecommitdiffstats
path: root/tests/tm.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-04 11:38:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-04 11:38:09 (GMT)
commit179ed8faa4d8ab47fdb8ae6701308b73f8ce440b (patch)
tree722adc5a7c81396cdd5aaff3f6aa12d2086cac74 /tests/tm.test
parent2ed49a3c8102564e96352e3b8cc77f234adcae6e (diff)
parent0f21498784cb704ce6098fcc71b786e422fb2b8d (diff)
downloadtcl-179ed8faa4d8ab47fdb8ae6701308b73f8ce440b.zip
tcl-179ed8faa4d8ab47fdb8ae6701308b73f8ce440b.tar.gz
tcl-179ed8faa4d8ab47fdb8ae6701308b73f8ce440b.tar.bz2
Make packages msgcat and tcltest work unmodified in "novem". Make more test-cases work unmodified in "novem".
Diffstat (limited to 'tests/tm.test')
-rw-r--r--tests/tm.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tm.test b/tests/tm.test
index a4dafe0..567d351 100644
--- a/tests/tm.test
+++ b/tests/tm.test
@@ -6,7 +6,7 @@
# Copyright (c) 2004 by Donal K. Fellows.
# All rights reserved.
-package require Tcl 8.5
+package require Tcl 8.5-
if {"::tcltest" ni [namespace children]} {
package require tcltest 2
namespace import -force ::tcltest::*