]> git.gsnw.org Git - fping.git/commitdiff
test fixes
authorDavid Schweikert <david@schweikert.ch>
Fri, 2 May 2014 12:43:42 +0000 (14:43 +0200)
committerDavid Schweikert <david@schweikert.ch>
Fri, 2 May 2014 12:43:42 +0000 (14:43 +0200)
ci/test-7-options-i-m.pl

index 279c740c64075a9fd9a5f71f87b75f5b77c38d27..0cfe2d3497adbaa07f894738a5e09626206ccff4 100755 (executable)
@@ -27,7 +27,7 @@ $cmd->stdout_like(qr{127\.0\.0\.1 : \[0\], 84 bytes, 0\.\d+ ms \(0.\d+ avg, 0% l
 
 # fping -m
 {
-my $cmd = Test::Command->new(cmd => "fping -m google-public-dns-a.google.com is alive");
+my $cmd = Test::Command->new(cmd => "fping -m google-public-dns-a.google.com");
 $cmd->exit_is_num(0);
 $cmd->stdout_is_eq("google-public-dns-a.google.com is alive\n");
 $cmd->stderr_is_eq("");