==== socket_inet-2.3 tcp connection with client interface specified FAILED ==== Contents of test case: # $x == "ready" at this point set sock [socket -myaddr $localhost $localhost $listen] puts $sock hello flush $sock lappend x [gets $f] close $sock return $x ---- Result was: ready {hello 192.168.1.3} ---- Result should have been (exact matching): ready {hello 127.0.0.1} ==== socket_inet-2.3 FAILED