From: David Schweikert Date: Mon, 27 May 2019 19:19:40 +0000 (+0200) Subject: fix internet test that uses a name with multiple a records X-Git-Tag: v4.3~22^2~1 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=151fef931207906675aa4a49a12e495ce3d17616;p=fping.git fix internet test that uses a name with multiple a records --- 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("");