diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8dfd2..3dd2034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +UNRELEASED +========== + +## Bugfixes and other changes + +- Corrected long option name of -s to --stats (#148, thanks @wopfel) + fping 4.2 (2019-02-19) ====================== diff --git a/ci/test-14-ping-internet-hosts.pl b/ci/test-14-ping-internet-hosts.pl index 7e97c82..c7d1f50 100755 --- a/ci/test-14-ping-internet-hosts.pl +++ b/ci/test-14-ping-internet-hosts.pl @@ -81,7 +81,7 @@ SKIP: { # fping -m -A { -my $cmd = Test::Command->new(cmd => "fping -4 -A -m www.github.com"); +my $cmd = Test::Command->new(cmd => "fping -4 -A -m www.cloudflare.com"); $cmd->exit_is_num(0); $cmd->stdout_like(qr{\d+\.\d+\.\d+\.\d+ is alive\n\d+\.\d+\.\d+\.\d+ is alive\n}); $cmd->stderr_is_eq("");