--- lib/PXElator/t/ip.t 2009/08/19 12:45:07 264 +++ lib/PXElator/t/ip.t 2009/08/19 12:46:07 265 @@ -4,7 +4,7 @@ use strict; use autodie; -use Test::More tests => 5; +use Test::More tests => 6; use Data::Dump qw/dump/; use_ok 'ip'; @@ -16,3 +16,5 @@ diag $h; } +ok( my @devs = ip::devices_up(), 'devices_up' ); +diag dump( @devs );