summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-09-14 00:43:21 (GMT)
committerhobbs <hobbs>2001-09-14 00:43:21 (GMT)
commitf2df3a2ddb37738ae8545e3db25b543db19f9196 (patch)
tree0c4cb7adb139c9e422bec181ffaff6ecdb71df13
parent18b990071e8bc6ef643c48141d4570072070dcc7 (diff)
downloadtcl-f2df3a2ddb37738ae8545e3db25b543db19f9196.zip
tcl-f2df3a2ddb37738ae8545e3db25b543db19f9196.tar.gz
tcl-f2df3a2ddb37738ae8545e3db25b543db19f9196.tar.bz2
fixed typo in socket-12.1
-rw-r--r--tests/socket.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/socket.test b/tests/socket.test
index dfd6292..46a3e72 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.17 2001/09/11 17:30:44 andreas_kupries Exp $
+# RCS: @(#) $Id: socket.test,v 1.18 2001/09/14 00:43:21 hobbs Exp $
# Running socket tests with a remote server:
# ------------------------------------------
@@ -1425,7 +1425,7 @@ test socket-12.1 {testing inheritance of server sockets} {socket exec} {
### exec $::tcltest::tcltest script2 &
set p [open "|[list $::tcltest::tcltest script2]" r]
- gets $f listen
+ gets $p listen
after 5000 { set ok_to_proceed 1 }
vwait ok_to_proceed