]> git.gsnw.org Git - fping.git/commitdiff
more tests
authorDavid Schweikert <david@schweikert.ch>
Sun, 4 May 2014 20:09:48 +0000 (22:09 +0200)
committerDavid Schweikert <david@schweikert.ch>
Sun, 4 May 2014 20:09:48 +0000 (22:09 +0200)
ci/test-4-options-a-b.pl

index c41ec023acc02a243c7777bf9e136d1f8b59419a..150231f3dce649985acdaaa36412cbddabb99e4d 100755 (executable)
@@ -35,9 +35,9 @@ $cmd->stderr_is_eq("");
 
 # fping6 -A -n
 {
-my $cmd = Test::Command->new(cmd => "fping6 -n -A ip6-localhost");
+my $cmd = Test::Command->new(cmd => "fping6 -n -A 2001:4860:4860::8888");
 $cmd->exit_is_num(0);
-$cmd->stdout_is_eq("ip6-localhost (::1) is alive\n");
+$cmd->stdout_is_eq("google-public-dns-a.google.com (2001:4860:4860::8888) is alive\n");
 $cmd->stderr_is_eq("");
 }