summaryrefslogtreecommitdiffstats
path: root/library/tcltest
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-04 11:32:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-04 11:32:44 (GMT)
commit0f21498784cb704ce6098fcc71b786e422fb2b8d (patch)
treea7bd459df878365114a121cbff9906787b77fd69 /library/tcltest
parentba52e2e1c7f3ffc066c415f6f224922e698bed00 (diff)
downloadtcl-0f21498784cb704ce6098fcc71b786e422fb2b8d.zip
tcl-0f21498784cb704ce6098fcc71b786e422fb2b8d.tar.gz
tcl-0f21498784cb704ce6098fcc71b786e422fb2b8d.tar.bz2
Make packages msgcat and tcltest work unmodified in "novem".
Diffstat (limited to 'library/tcltest')
-rw-r--r--library/tcltest/tcltest.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl
index cde2660..75975d2 100644
--- a/library/tcltest/tcltest.tcl
+++ b/library/tcltest/tcltest.tcl
@@ -16,7 +16,7 @@
# Contributions from Don Porter, NIST, 2002. (not subject to US copyright)
# All rights reserved.
-package require Tcl 8.5 ;# -verbose line uses [info frame]
+package require Tcl 8.5- ;# -verbose line uses [info frame]
namespace eval tcltest {
# When the version number changes, be sure to update the pkgIndex.tcl file,