]> git.gsnw.org Git - fping.git/commitdiff
backport changes from develop
authorDavid Schweikert <david@schweikert.ch>
Mon, 6 Feb 2017 08:14:31 +0000 (09:14 +0100)
committerDavid Schweikert <david@schweikert.ch>
Mon, 6 Feb 2017 08:14:31 +0000 (09:14 +0100)
ci/test-03-forbidden.pl

index b97db655dca4e4b565b56419e0e3ae24c9b580bf..9e16134e2e3f67fed2b33e98e08a42d6621815c2 100755 (executable)
@@ -38,11 +38,11 @@ $cmd7->exit_is_num(1);
 $cmd7->stdout_is_eq("");
 $cmd7->stderr_is_eq("fping: specify only one of c, l\n");
 
-# fping -b 65509
-my $cmd8 = Test::Command->new(cmd => "fping -b 65509 127.0.0.1");
+# fping -b 65489
+my $cmd8 = Test::Command->new(cmd => "fping -b 65489 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 65489 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");