]> git.gsnw.org Git - fping.git/commitdiff
more tests
authorDavid Schweikert <david@schweikert.ch>
Thu, 6 Mar 2014 21:50:58 +0000 (22:50 +0100)
committerDavid Schweikert <david@schweikert.ch>
Thu, 6 Mar 2014 21:50:58 +0000 (22:50 +0100)
ci/test-3-forbidden.pl

index 916cbf8b54342ef394ac61891b4a74cfdea2a329..1b2b04d93e5854955dbf3e60c66c8729f35d1aa4 100755 (executable)
@@ -3,7 +3,7 @@
 use Test::Command tests => 33;
 
 # fping -i 9
-my $cmd1 = Test::Command->new(cmd => "fping -i 9 -g 127.0.0.1/29");
+my $cmd1 = Test::Command->new(cmd => "fping -i 9 -T10 -g 127.0.0.1/29");
 $cmd1->exit_is_num(1);
 $cmd1->stdout_is_eq("");
 $cmd1->stderr_is_eq(<<END);