diff options
author | dgp <dgp@users.sourceforge.net> | 2018-06-26 14:23:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-06-26 14:23:58 (GMT) |
commit | 868f84d487516539afa0e7051e2ce3a2ed8c7cc3 (patch) | |
tree | 3048a24917ffbba6f901b2f6358e37cd354f6579 /tests/all.tcl | |
parent | 3c26b9439d5c9a10bfac52bd5e96024b475e79fd (diff) | |
parent | bf884c9bc9d2e89919144c2271c72b96a1eebbef (diff) | |
download | tcl-868f84d487516539afa0e7051e2ce3a2ed8c7cc3.zip tcl-868f84d487516539afa0e7051e2ce3a2ed8c7cc3.tar.gz tcl-868f84d487516539afa0e7051e2ce3a2ed8c7cc3.tar.bz2 |
merge 8.7
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 4fce323..e14bd9c 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -13,7 +13,7 @@ package prefer latest package require Tcl 8.5- package require tcltest 2.2 -namespace import -force ::tcltest::* +namespace import ::tcltest::* configure {*}$argv -testdir [file dirname [file dirname [file normalize [ info script]/...]]] |