1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-21 19:23:35 +00:00

more tests

This commit is contained in:
David Schweikert
2014-03-07 16:02:52 +01:00
parent cd21d0bb91
commit c786c34334

View File

@ -30,7 +30,7 @@ $cmd3->stderr_is_eq("");
# fping -B
my $t0 = [gettimeofday];
my $cmd4 = Test::Command->new(cmd => "fping -t 100 -r 3 -B 2 8.8.8.7");
$cmd4->exit_is_num(0);
$cmd4->exit_is_num(1);
$cmd4->stdout_is_eq("8.8.8.7 is unreachable\n");
$cmd4->stderr_is_eq("");
my $elapsed = tv_interval($t0);