summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.tcl')
-rw-r--r--tests/all.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index 05d3024..715d2e2 100644
--- a/tests/all.tcl
+++ b/tests/all.tcl
@@ -12,6 +12,7 @@
package prefer latest
package require Tcl 8.5
+proc tcl::info::hostname {} {return localhost}
package require tcltest 2.2
namespace import tcltest::*
configure {*}$argv -testdir [file dir [info script]]