From: David Schweikert Date: Fri, 2 May 2014 12:43:42 +0000 (+0200) Subject: test fixes X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdca2c4b07575f086050fc6173490af840252026;p=fping.git test fixes --- diff --git a/ci/test-7-options-i-m.pl b/ci/test-7-options-i-m.pl index 279c740..0cfe2d3 100755 --- a/ci/test-7-options-i-m.pl +++ b/ci/test-7-options-i-m.pl @@ -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("");