From c786c34334fedb31674a0931d34d5b4169166100 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Fri, 7 Mar 2014 16:02:52 +0100 Subject: [PATCH] more tests --- ci/test-4-options-a-b.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-4-options-a-b.pl b/ci/test-4-options-a-b.pl index 993458b..200a7f1 100755 --- a/ci/test-4-options-a-b.pl +++ b/ci/test-4-options-a-b.pl @@ -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);