From: David Schweikert Date: Tue, 1 Nov 2016 12:34:02 +0000 (+0100) Subject: fix again test X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e3f6d69232612178850846a608d10615379d8c;p=fping.git fix again test --- 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("");