Subject: | t/user_agent.t fails if localhost running HTTP server with /TEST redirecting |
When the tests are run on a machine where a HTTP server is listening on
port 80 and a request of http://localhost/TEST results in a redirect
response, then t/user_agent.t will fail:
# Failed test 'Custom handler present after uninstall'
# at t/user_agent.t line 43.
# got: '3'
# expected: '2'
# Looks like you failed 1 test of 9.
t/user_agent.t ..........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/9 subtests