From de9c88d966f01402641d9bc1a78c7b1ac3e6a0bc Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Tue, 1 Nov 2016 13:19:31 +0100 Subject: [PATCH] test fix --- ci/test-12-option-type.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("");