From 68e3f6d69232612178850846a608d10615379d8c Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Tue, 1 Nov 2016 13:34:02 +0100 Subject: [PATCH] fix again test --- ci/test-12-option-type.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test-12-option-type.pl b/ci/test-12-option-type.pl index 0c49ebe..c6a88c5 100755 --- a/ci/test-12-option-type.pl +++ b/ci/test-12-option-type.pl @@ -1,8 +1,8 @@ #!/usr/bin/perl -w -use Test::Command tests => 36; +use Test::Command tests => 30; -for my $arg (qw(b B c C H i O p Q r t)) { +for my $arg (qw(b B c C H O p Q r t)) { my $cmd = Test::Command->new(cmd => "fping -$arg xxx"); $cmd->exit_is_num(1); $cmd->stdout_is_eq(""); -- 2.43.0