pull/89/merge
David Schweikert 8 years ago
parent c9e2f9ce1d
commit 624640c779

@ -17,7 +17,7 @@ $cmd->stderr_is_eq("");
{ {
my $cmd = Test::Command->new(cmd => "fping -v"); my $cmd = Test::Command->new(cmd => "fping -v");
$cmd->exit_is_num(0); $cmd->exit_is_num(0);
$cmd->stdout_like(qr{ping: Version 3\.\d+(-rc\d+)? $cmd->stdout_like(qr{ping: Version 4\.\d+(-rc\d+)?
fping: comments to david\@schweikert\.ch fping: comments to david\@schweikert\.ch
}); });
$cmd->stderr_is_eq(""); $cmd->stderr_is_eq("");

Loading…
Cancel
Save