From 624640c779d423c0fd3ec68d71ac16b4148f648b Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Mon, 13 Feb 2017 20:45:59 +0100 Subject: [PATCH] fix test --- ci/test-10-option-u-v.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-10-option-u-v.pl b/ci/test-10-option-u-v.pl index 5c0e261..3e9bcf6 100755 --- a/ci/test-10-option-u-v.pl +++ b/ci/test-10-option-u-v.pl @@ -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(""); -- 2.43.0