Subject: | Testsuite fals if you're running on a machine with sshd running |
If you're running with sshd running on its default port of 22, then the testsuite fails:
t/51loop-connect.t ........... ok
Test died early - listen on port 22 actually succeeded
# Tests were run but no plan was declared and done_testing() was not seen.
t/52loop-listen.t ............
Dubious, test returned 29 (wstat 7424, 0x1d00)
All 13 subtests passed
t/53loop-extend.t ............ ok
This is like the other bug I reported, where I had to stop httpd to successfully install.
Temporarily disabling sshd let me install successfully.
Neil