force travis rebuild

This commit is contained in:
David Schweikert 2014-03-07 09:42:19 +01:00
parent 9d71f4e809
commit b359c0e7a3
1 changed files with 1 additions and 0 deletions

View File

@ -79,3 +79,4 @@ my $cmd11 = Test::Command->new(cmd => "fping -C 11000 127.0.0.1");
$cmd11->exit_is_num(1);
$cmd11->stdout_is_eq("");
$cmd11->stderr_is_eq("fping: count 11000 not valid, must be less than 10000\n");