summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-17 10:00:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-17 10:00:58 (GMT)
commit592e0f1dd91bee030010bd5efb84d9f6d976f22a (patch)
tree95f33dbb886ccd342d82c9ef102e9993d41d127a /tests/all.tcl
parent9dcacf853204f3d0a155842d157fe8de21d61eff (diff)
downloadtcl-592e0f1dd91bee030010bd5efb84d9f6d976f22a.zip
tcl-592e0f1dd91bee030010bd5efb84d9f6d976f22a.tar.gz
tcl-592e0f1dd91bee030010bd5efb84d9f6d976f22a.tar.bz2
Test-cases which require Tcl 8.5 (or 8.6) should continue to work unmodified in Tcl 9.0. The "novem" branch will show whether this continues to work.
Diffstat (limited to 'tests/all.tcl')
-rw-r--r--tests/all.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index 0a6f57f..69a16ba 100644
--- a/tests/all.tcl
+++ b/tests/all.tcl
@@ -11,7 +11,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
package prefer latest
-package require Tcl 8.5
+package require Tcl 8.5-
package require tcltest 2.2
namespace import tcltest::*
configure {*}$argv -testdir [file dir [info script]]