diff options
author | treectrl <treectrl> | 2005-03-29 20:39:08 (GMT) |
---|---|---|
committer | treectrl <treectrl> | 2005-03-29 20:39:08 (GMT) |
commit | fb81e7f8ecf655eadc1ff1b42a4f135a358f611a (patch) | |
tree | b4113e8a91154d721da004b0bacf1d4cbd106f66 /tests | |
parent | 8c36a1c87f13f341075e4b799689124e4e19dcaf (diff) | |
download | tktreectrl-fb81e7f8ecf655eadc1ff1b42a4f135a358f611a.zip tktreectrl-fb81e7f8ecf655eadc1ff1b42a4f135a358f611a.tar.gz tktreectrl-fb81e7f8ecf655eadc1ff1b42a4f135a358f611a.tar.bz2 |
Removed package_require hack. Regular "package require" works if environment vars are set.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/all.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/all.tcl b/tests/all.tcl index 13f373b..6b71cb5 100755 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -7,7 +7,7 @@ # Copyright (c) 1998-2000 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: all.tcl,v 1.3 2004/10/09 22:57:44 hobbs2 Exp $ +# RCS: @(#) $Id: all.tcl,v 1.4 2005/03/29 20:39:08 treectrl Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -42,7 +42,6 @@ if {[llength $::tcltest::matchFiles] > 0} { set timeCmd {clock format [clock seconds]} puts $chan "Tests began at [eval $timeCmd]" -interp alias {} package_require {} package require package require treectrl # source each of the specified tests |