Subject: | Some name resolvers can upset 50resolver.t |
# Failed test '->failure [3] gives EAI_NONAME'
# at t/50resolver.t line 323.
# got: '-5'
# expected: '-2'
# Looks like you failed 1 test of 32.
t/50resolver.t ...............
Dubious, test returned 1 (wstat 256, 0x100)
The test expects EAI_NONAME(-2) but gets EAI_NODATA(-5)
While not strictly correct, the test probably ought to accept EAI_NODATA anyway, because it seems some name resolver setups cause this to happen.
--
Paul Evans