Skip to content

Commit

Permalink
more failures with no ipv6
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
  • Loading branch information
justincormack committed Dec 13, 2015
1 parent 98cc9a2 commit 185c1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ test_sockets_pipes = {
local ok, err = cs:connect(ba6)
local as = ss:accept()
local ok, err = cs:connect(ba6)
if err.ADDRNOTAVAIL then error "skipped" end
if err.ADDRNOTAVAIL or err.NETUNREACH then error "skipped" end
assert(ok or err.ISCONN, "unexpected error " .. tostring(err));
assert(ss:block()) -- force accept to wait
as = as or assert(ss:accept())
Expand Down

0 comments on commit 185c1a6

Please sign in to comment.