1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-21 16:43:29 +00:00

test fixes

This commit is contained in:
David Schweikert
2014-05-02 14:43:42 +02:00
parent ea026f3ba4
commit bdca2c4b07

View File

@ -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 # 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->exit_is_num(0);
$cmd->stdout_is_eq("google-public-dns-a.google.com is alive\n"); $cmd->stdout_is_eq("google-public-dns-a.google.com is alive\n");
$cmd->stderr_is_eq(""); $cmd->stderr_is_eq("");