Merge branch 'master' into develop

pull/151/head
David Schweikert 5 years ago
commit 1d24c3f48a

@ -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)
======================

@ -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("");

Loading…
Cancel
Save