diff options
author | dgp <dgp@users.sourceforge.net> | 2004-11-04 00:23:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-11-04 00:23:52 (GMT) |
commit | 591eeec483020763aedd01e5bc56289a85231de7 (patch) | |
tree | b9e705d065e215befebabad36c5dc63f766192bd /tests/socket.test | |
parent | 255377e6f84e88f6ac12761c636205f757e9cae1 (diff) | |
download | tcl-591eeec483020763aedd01e5bc56289a85231de7.zip tcl-591eeec483020763aedd01e5bc56289a85231de7.tar.gz tcl-591eeec483020763aedd01e5bc56289a85231de7.tar.bz2 |
niggly test suite fixes
Diffstat (limited to 'tests/socket.test')
-rw-r--r-- | tests/socket.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/socket.test b/tests/socket.test index 0d6af1d..8b6e383 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.34 2004/10/28 04:54:06 dgp Exp $ +# RCS: @(#) $Id: socket.test,v 1.35 2004/11/04 00:23:52 dgp Exp $ # Running socket tests with a remote server: # ------------------------------------------ @@ -149,7 +149,7 @@ if {$doTestsWithRemoteServer} { # Some tests are run only if we are doing testing against a remote server. testConstraint doTestsWithRemoteServer $doTestsWithRemoteServer -if {![testConstraint doTestsWithRemoteServer]} { +if {!$doTestsWithRemoteServer} { if {[string first s $::tcltest::verbose] != -1} { puts "Skipping tests with remote server. See tests/socket.test for" puts "information on how to run remote server." |