test fixes

pull/67/head
David Schweikert 11 years ago
parent ea026f3ba4
commit bdca2c4b07

@ -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("");

Loading…
Cancel
Save