--- lib/PXElator/t/client.t 2009/08/15 13:47:37 220 +++ lib/PXElator/t/client.t 2009/08/27 14:30:55 305 @@ -4,7 +4,7 @@ use strict; use autodie; -use Test::More tests => 14; +use Test::More tests => 15; use Data::Dump qw/dump/; use English; @@ -34,6 +34,9 @@ diag $mac_from_ip; cmp_ok( $mac_from_ip, 'eq', $mac ); +ok( my $conf = client::all_conf( $ip ), 'all_conf' ); +diag dump $conf; + diag "cleanup"; ok( unlink( $_ ), "unlink $_" ) foreach ( glob("$dir/ip/$host/*"), "$dir/mac/$mac" ); ok( rmdir "$dir/ip/$host", 'rmdir' );