summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-17 08:37:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-17 08:37:09 (GMT)
commite14285c3a1d7dd2d7407fda5a5c841ccb5cae488 (patch)
tree86b783c13676bc0093df4b7a433ac0b275f1ba4c
parent76e4a719173d94a2417a695ce30efcb47adac5a5 (diff)
downloadtcl-e14285c3a1d7dd2d7407fda5a5c841ccb5cae488.zip
tcl-e14285c3a1d7dd2d7407fda5a5c841ccb5cae488.tar.gz
tcl-e14285c3a1d7dd2d7407fda5a5c841ccb5cae488.tar.bz2
Tcl 8.6 should not be tested with "package prefer latest" any more: All included packages are supposed to be stable. Not to be merged to 8.7 (which still contains unstable packages)
-rw-r--r--tests/all.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index 52c8763..5ac2abb 100644
--- a/tests/all.tcl
+++ b/tests/all.tcl
@@ -10,7 +10,6 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-package prefer latest
package require Tcl 8.5-
package require tcltest 2.5
namespace import ::tcltest::*