summaryrefslogtreecommitdiffstats
path: root/tests/socket.test
diff options
context:
space:
mode:
authorjenn <jenn@noemail.net>1999-10-19 18:08:34 (GMT)
committerjenn <jenn@noemail.net>1999-10-19 18:08:34 (GMT)
commit389d3f198b938a2aea09dbb570d42cd55c285c20 (patch)
tree69cab503a9d184acbb3fc80f69ff7bee4f2d7038 /tests/socket.test
parent2c6860ce29d20a5d96a8ea3d96d5235b25f38cb7 (diff)
downloadtcl-389d3f198b938a2aea09dbb570d42cd55c285c20.zip
tcl-389d3f198b938a2aea09dbb570d42cd55c285c20.tar.gz
tcl-389d3f198b938a2aea09dbb570d42cd55c285c20.tar.bz2
* tests/tcltest.test:
* doc/tcltest.n: * library/tcltest1.0/tcltest.tcl: Removed the extra return at the end of the tcltest.tcl file. Applied patches sent in by Andreas Kupries to add helper procs for debug output, add 3 new flags (-testsdir, -load, -loadfile), and internally refactors common code for dealing with paths into separate procedures. [Bug: 2838, 2842] FossilOrigin-Name: 58252d4dac5ccaff0e51834d2b981eb00da26674
Diffstat (limited to 'tests/socket.test')
-rw-r--r--tests/socket.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/socket.test b/tests/socket.test
index 6856026..59a3173 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.12 1999/07/01 17:36:19 jenn Exp $
+# RCS: @(#) $Id: socket.test,v 1.13 1999/10/19 18:08:44 jenn Exp $
# Running socket tests with a remote server:
# ------------------------------------------
@@ -1385,6 +1385,7 @@ test socket-12.1 {testing inheritance of server sockets} \
set f [open script2 w]
puts $f [list set tcltest $::tcltest::tcltest]
puts $f {
+ package require tcltest
set f [socket -server accept 2828]
proc accept { file addr port } {
close $file