summaryrefslogtreecommitdiffstats
path: root/tests/safe.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-15 04:09:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-15 04:09:25 (GMT)
commit9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3 (patch)
treeb322b45aa3ddd82970d68a8335eefe8998469caf /tests/safe.test
parent9ae0d652824688e3ac54ef7d4df854cbedbefe72 (diff)
downloadtcl-9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3.zip
tcl-9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3.tar.gz
tcl-9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3.tar.bz2
Kill Octal; bump to 9.0a0; make test suite work again.
Diffstat (limited to 'tests/safe.test')
-rw-r--r--tests/safe.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/safe.test b/tests/safe.test
index 4a2792e..423e10e 100644
--- a/tests/safe.test
+++ b/tests/safe.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
-package require Tcl 8.5
+package require Tcl 8.5-
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2