diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-15 04:09:25 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-15 04:09:25 (GMT) |
commit | 9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3 (patch) | |
tree | b322b45aa3ddd82970d68a8335eefe8998469caf /tests/all.tcl | |
parent | 9ae0d652824688e3ac54ef7d4df854cbedbefe72 (diff) | |
download | tcl-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/all.tcl')
-rw-r--r-- | tests/all.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.tcl b/tests/all.tcl index 05d3024..5fd21ce 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]] |