Subject: | Can't exec netstat or ifconfig |
On some linux systems netstat may be missing, causing the test suite to fail. Sample fail report: http://www.cpantesters.org/cpan/report/20ba0fc4-77d5-11e9-822c-952d43e9d5c6
On one of my own smoke systems (a debian 9 system) it fails because ifconfig is not installed:
...
Can't exec "ifconfig": Datei oder Verzeichnis nicht gefunden at /home/cpansand/.cpan/build/2019051721/Sys-HostAddr-0.993-0/blib/lib/Sys/HostAddr.pm line 302.
cannot fork ifconfig: No such file or directory
# Looks like your test exited with 2 just after 2.
t/main.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/6 subtests
...