Skip to content

Commit

Permalink
Try #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ary Borenszweig committed Feb 1, 2015
1 parent 31caf36 commit 6c97a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/std/socket_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ describe "TCPSocket" do
server.addr.ip_address.should eq("::")

TCPSocket.open("localhost", 12345) do |client|
# The next line is actually dependant on the system configuration,
# The next lines are actually dependant on the system configuration,
# so for now we keep it commented. Once we can force the family
# we can uncomment it.
#
# client.addr.family.should eq("AF_INET")
client.addr.ip_address.should eq("127.0.0.1")
# client.addr.ip_address.should eq("127.0.0.1")

sock = server.accept

Expand Down

0 comments on commit 6c97a3e

Please sign in to comment.