From 151fef931207906675aa4a49a12e495ce3d17616 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Mon, 27 May 2019 21:19:40 +0200 Subject: [PATCH] fix internet test that uses a name with multiple a records --- ci/test-14-ping-internet-hosts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("");