aboutsummaryrefslogtreecommitdiff
path: root/regtest.tcl
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-01-24 11:02:39 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 11:02:40 +1000
commite448f2f3a3cd6b95b22de3cc87a2d22144da0ed1 (patch)
tree7c7b0a81422e9e1eff4aabe501219332045e8643 /regtest.tcl
parentd3ccac54f2880de57002009daa7cceda069454fd (diff)
downloadjimtcl-e448f2f3a3cd6b95b22de3cc87a2d22144da0ed1.zip
jimtcl-e448f2f3a3cd6b95b22de3cc87a2d22144da0ed1.tar.gz
jimtcl-e448f2f3a3cd6b95b22de3cc87a2d22144da0ed1.tar.bz2
Implement unix domain sockets for socket
*: aio.socket now supports unix and unix.server *: Also, rename aio.open as open and aio.socket as socket
Diffstat (limited to 'regtest.tcl')
-rw-r--r--regtest.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regtest.tcl b/regtest.tcl
index 8aba0b8..7651988 100644
--- a/regtest.tcl
+++ b/regtest.tcl
@@ -59,7 +59,7 @@ puts "TEST 8 PASSED"
# REGTEST 9
# 04Nov2008 - crash on exit when replacing Tcl proc with C command. Requires the aio extension
-proc aio.open {args} {}
+proc open {args} {}
catch {package require aio}
# Note, crash on exit, so don't say we passed!