]> git.gsnw.org Git - fping.git/commitdiff
more tests
authorDavid Schweikert <david@schweikert.ch>
Fri, 7 Mar 2014 15:02:52 +0000 (16:02 +0100)
committerDavid Schweikert <david@schweikert.ch>
Fri, 7 Mar 2014 15:02:52 +0000 (16:02 +0100)
ci/test-4-options-a-b.pl

index 993458baa72557266b96938dc9d1bf9474488365..200a7f131b4dc696b38f20cd5322a6751ede79c0 100755 (executable)
@@ -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);