]> git.gsnw.org Git - fping.git/commitdiff
fix test
authorDavid Schweikert <david@schweikert.ch>
Mon, 13 Feb 2017 19:45:59 +0000 (20:45 +0100)
committerDavid Schweikert <david@schweikert.ch>
Mon, 13 Feb 2017 19:45:59 +0000 (20:45 +0100)
ci/test-10-option-u-v.pl

index 5c0e2616710233719fc9913d2b525ba83a9a128c..3e9bcf6b1f7bcfc2fab3ab88b66ec6c5b66b1409 100755 (executable)
@@ -17,7 +17,7 @@ $cmd->stderr_is_eq("");
 {
 my $cmd = Test::Command->new(cmd => "fping -v");
 $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
 });
 $cmd->stderr_is_eq("");