pull/89/merge
David Schweikert 8 years ago
parent 4262e74ff9
commit b35f60af8c

@ -42,7 +42,7 @@ $cmd7->stderr_is_eq("fping: specify only one of c, l\n");
my $cmd8 = Test::Command->new(cmd => "fping -b 65509 127.0.0.1");
$cmd8->exit_is_num(1);
$cmd8->stdout_is_eq("");
$cmd8->stderr_is_eq("fping: data size 65509 not valid, must be lower than 65508\n");
$cmd8->stderr_is_eq("fping: data size 65509 not valid, must be lower than 65488\n");
# fping -B 0.9
my $cmd9 = Test::Command->new(cmd => "fping -B 0.9 127.0.0.1");

Loading…
Cancel
Save