summaryrefslogtreecommitdiffstats
path: root/tests/socket.test
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2004-10-28 04:54:06 (GMT)
committerdgp <dgp@noemail.net>2004-10-28 04:54:06 (GMT)
commite57d11f0d4db2948511a7a0af75da3b5509a369c (patch)
treeee862d8a791068de3b967169ed7209028716f87e /tests/socket.test
parent7a6b90e0272167cdad4f52bde3031d629610d7ad (diff)
downloadtcl-e57d11f0d4db2948511a7a0af75da3b5509a369c.zip
tcl-e57d11f0d4db2948511a7a0af75da3b5509a369c.tar.gz
tcl-e57d11f0d4db2948511a7a0af75da3b5509a369c.tar.bz2
D'oh!
FossilOrigin-Name: 6da1b272d926e2ce9e32201870a5c287c9c36165
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 5a7388e..0d6af1d 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.33 2004/10/28 04:17:39 dgp Exp $
+# RCS: @(#) $Id: socket.test,v 1.34 2004/10/28 04:54:06 dgp Exp $
# Running socket tests with a remote server:
# ------------------------------------------
@@ -1654,7 +1654,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