Subject: | t/11listen-openssl.t fails on debian/stretch |
On debian/stretch systems (the next stable debian) t/11listen-openssl.t fails:
...
Can't kill a non-numeric process ID at t/11listen-openssl.t line 67.
END failed--call queue aborted.
# Looks like your test exited with 22 before it could output anything.
t/11listen-openssl.t .... skipped: no openssl
...
Also the existence check for openssl does not work anymore:
$ openssl --help
Invalid command '--help'; type "help" for a list.
What works (also with older versions, it seems) is using the help subcommand:
$ openssl help >/dev/null 2>&1; echo $?
0