From bdca2c4b07575f086050fc6173490af840252026 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Fri, 2 May 2014 14:43:42 +0200 Subject: [PATCH] test fixes --- ci/test-7-options-i-m.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("");