summaryrefslogtreecommitdiffstats
path: root/library/tcltest
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-01-30 17:15:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-01-30 17:15:06 (GMT)
commit46d5769e5f4e9edd66b356958496b14cb9265f4e (patch)
tree42ea5e1d3c771bea0ecd7cd3a74112208b92a968 /library/tcltest
parent43d19efc4e1c708bb7710e1475d0465e42bc3c53 (diff)
downloadtcl-46d5769e5f4e9edd66b356958496b14cb9265f4e.zip
tcl-46d5769e5f4e9edd66b356958496b14cb9265f4e.tar.gz
tcl-46d5769e5f4e9edd66b356958496b14cb9265f4e.tar.bz2
More improvements found browsing tcltest.
Diffstat (limited to 'library/tcltest')
-rw-r--r--library/tcltest/tcltest.tcl12
1 files changed, 1 insertions, 11 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl
index 1fd6f47..d6e6487 100644
--- a/library/tcltest/tcltest.tcl
+++ b/library/tcltest/tcltest.tcl
@@ -986,13 +986,7 @@ proc tcltest::interpreter { {interp ""} } {
if {[llength [info level 0]] == 1} {
return $tcltest
}
-
-if {$interp eq {}} {
-set tcltest {}
-} else {
-set tcltest $interp
-}
-# set tcltest $interp
+ set tcltest $interp
}
#####################################################################
@@ -2874,10 +2868,6 @@ proc tcltest::runAllTests { {shell ""} } {
# none.
proc tcltest::loadTestedCommands {} {
-variable l
-if {[loadScript] eq {}} {
-return
-}
return [uplevel 1 [loadScript]]
}