From: David Schweikert Date: Tue, 24 Jan 2017 13:47:31 +0000 (+0100) Subject: fix test X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b35f60af8ca888ab77825bb013e311264e26fa69;p=fping.git fix test --- diff --git a/ci/test-03-forbidden.pl b/ci/test-03-forbidden.pl index b97db65..800c281 100755 --- a/ci/test-03-forbidden.pl +++ b/ci/test-03-forbidden.pl @@ -42,7 +42,7 @@ $cmd7->stderr_is_eq("fping: specify only one of c, l\n"); my $cmd8 = Test::Command->new(cmd => "fping -b 65509 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 65509 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");