--- lib/PXElator/t/client.t 2009/08/28 19:44:38 328 +++ lib/PXElator/t/client.t 2009/08/28 21:55:41 329 @@ -4,7 +4,7 @@ use strict; use autodie; -use Test::More tests => 19; +use Test::More tests => 20; use Data::Dump qw/dump/; use English; @@ -47,4 +47,6 @@ ok( my $old_ip = client::change_ip( $new_ip, $ip ), 'change_ip back' ); cmp_ok( $old_ip, 'eq', $ip, 'ip back' ); +ok( client::arp_mac_dev(), 'arp_mac_dev' ); + ok( client::remove( $ip ), "remove $ip" );