add test for issue #56

This commit is contained in:
David Schweikert 2014-03-05 10:09:45 +01:00
parent 8cda80898e
commit 6fa8c4c175
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
use Test::Command tests => 3;
my $cmd1 = Test::Command->new(cmd => "fping -t100 -p100 -c3 192.168.255.255");
my $cmd1 = Test::Command->new(cmd => "fping -t100 -p100 -C3 255.255.255.255");
$cmd1->exit_is_num(1);
$cmd1->stdout_is_eq("");
$cmd1->stderr_is_eq("\n192.168.255.255 : xmt/rcv/%loss = 3/0/100%\n");
$cmd1->stderr_is_eq("\n255.255.255.255 : - - -\n");