From: David Schweikert Date: Tue, 1 Nov 2016 12:19:31 +0000 (+0100) Subject: test fix X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de9c88d966f01402641d9bc1a78c7b1ac3e6a0bc;p=fping.git test fix --- diff --git a/ci/test-12-option-type.pl b/ci/test-12-option-type.pl index f3c8c2f..0c49ebe 100755 --- a/ci/test-12-option-type.pl +++ b/ci/test-12-option-type.pl @@ -2,7 +2,7 @@ use Test::Command tests => 36; -for my $arg (qw(i b B c C H i O p Q r t)) { +for my $arg (qw(b B c C H i O p Q r t)) { my $cmd = Test::Command->new(cmd => "fping -$arg xxx"); $cmd->exit_is_num(1); $cmd->stdout_is_eq("");