--- lib/PXElator/t/client.t 2009/08/06 15:15:53 156 +++ lib/PXElator/t/client.t 2009/08/06 21:31:10 168 @@ -4,7 +4,7 @@ use strict; use autodie; -use Test::More tests => 7; +use Test::More tests => 8; use Data::Dump qw/dump/; use_ok 'client'; @@ -18,6 +18,9 @@ ok( client::conf( $host => 'test' => 'value' ), 'conf set' ); cmp_ok( client::conf( $host => 'test' ), 'eq', 'value', 'value' ); +ok( my $ip = client::next_ip(), 'next_ip' ); +diag $ip; + diag "cleanup"; ok( unlink($test_path), "unlink $test_path" ); $test_path =~ s{/[^/]+$}{};