From: Anthony DeRobertis Date: Wed, 17 Dec 2014 19:11:40 +0000 (-0500) Subject: Fix failing help testcase. X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6186065a5727f6979f1f290afcb42821a34ed6b6;p=fping.git Fix failing help testcase. The testcase hardcodes the -h (help) output. Seems rather silly, but easy enough to fix. --- diff --git a/ci/test-02-help.pl b/ci/test-02-help.pl index fde3e58..c20a4d3 100755 --- a/ci/test-02-help.pl +++ b/ci/test-02-help.pl @@ -34,6 +34,7 @@ ${I_HELP} -l loop sending pings forever -q quiet (don't show per-target/per-ping results) -Q n same as -q, but show summary every n seconds -r n number of retries (default 3) + -R random packet data (to foil link data compression) -s print final stats -S addr set source address -t n individual target initial timeout (in millisec) (default 500)