]> git.gsnw.org Git - fping.git/commitdiff
fix test-14-ping-internet-hosts.pl failing
authorDavid Schweikert <david@schweikert.ch>
Wed, 21 Feb 2018 17:42:29 +0000 (18:42 +0100)
committerDavid Schweikert <david@schweikert.ch>
Wed, 21 Feb 2018 17:42:29 +0000 (18:42 +0100)
ci/test-14-ping-internet-hosts.pl

index 5f4f8427843c01dd9b6cd6dd8f5d6d76eef40022..7e97c8218b3c16436eff0547dd3fee15eb1684b9 100755 (executable)
@@ -43,9 +43,9 @@ $cmd->stderr_is_eq("");
 
 # fping -4 --addr --rdns
 {
-my $cmd = Test::Command->new(cmd => "fping -4 --addr --rdns www.google.com");
+my $cmd = Test::Command->new(cmd => "fping -4 --addr --rdns www.apple.com");
 $cmd->exit_is_num(0);
-$cmd->stdout_like(qr{^\S+\.1e100\.net \(\d+\.\d+\.\d+\.\d+\) is alive\n$});
+$cmd->stdout_like(qr{^\S+\.akamaitechnologies\.com \(\d+\.\d+\.\d+\.\d+\) is alive\n$});
 $cmd->stderr_is_eq("");
 }