Subject: | No /sbin/route on some Linux systems (newer Debians?) |
t/50-integration.t may fail on some systems (e.g. Debian/stretch):
...
Use of uninitialized value $routes_as_text in substitution (s///) at t/50-integration.t line 18.
# '/sbin/route -n' output:
# undef
Cannot execute '/sbin/route -n': No such file or directory at /home/cpansand/.cpan/build/2019033110/Net-Route-v0.02-0/blib/lib/Net/Route/Parser.pm line 53.
# Looks like your test exited with 29 before it could output anything.
t/50-integration.t ...
Dubious, test returned 29 (wstat 7424, 0x1d00)
Failed 2/2 subtests
...
Possibly /sbin/route does not exist anymore on such systems, and should be replace by "ip route".