summaryrefslogtreecommitdiffstats
path: root/tests/socket.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-28 04:53:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-28 04:53:12 (GMT)
commitedd30d9489db089dcc47c6110335a1cee9bc6ed5 (patch)
treee642b0a6b9649b173ee03d9677f45207fd0821c4 /tests/socket.test
parent1bdeaea06e156311beb3940ea3b4d31d737da50a (diff)
downloadtcl-edd30d9489db089dcc47c6110335a1cee9bc6ed5.zip
tcl-edd30d9489db089dcc47c6110335a1cee9bc6ed5.tar.gz
tcl-edd30d9489db089dcc47c6110335a1cee9bc6ed5.tar.bz2
D'oh!
Diffstat (limited to 'tests/socket.test')
-rw-r--r--tests/socket.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/socket.test b/tests/socket.test
index f1777a3..0018a0a 100644
--- a/tests/socket.test
+++ b/tests/socket.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: socket.test,v 1.26.2.4 2004/10/28 04:16:22 dgp Exp $
+# RCS: @(#) $Id: socket.test,v 1.26.2.5 2004/10/28 04:53:12 dgp Exp $
# Running socket tests with a remote server:
# ------------------------------------------
@@ -1660,7 +1660,7 @@ test socket-13.1 {Testing use of shared socket between two threads} \
} -body {
# create a thread
- set serverthread [testthread create { source $path(script) } ]
+ set serverthread [testthread create [list source $path(script) ] ]
update
set port [testthread send $serverthread {set listen}]
update