]> git.gsnw.org Git - fping.git/commitdiff
fix internet test that uses a name with multiple a records
authorDavid Schweikert <david@schweikert.ch>
Mon, 27 May 2019 19:19:40 +0000 (21:19 +0200)
committerDavid Schweikert <david@schweikert.ch>
Mon, 27 May 2019 19:19:40 +0000 (21:19 +0200)
ci/test-14-ping-internet-hosts.pl

index 7e97c8218b3c16436eff0547dd3fee15eb1684b9..c7d1f503e981904aaa573bcb657f17753e0c0cb8 100755 (executable)
@@ -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("");