]> git.gsnw.org Git - fping.git/commitdiff
test fix
authorDavid Schweikert <david@schweikert.ch>
Tue, 1 Nov 2016 12:19:31 +0000 (13:19 +0100)
committerDavid Schweikert <david@schweikert.ch>
Tue, 1 Nov 2016 12:19:31 +0000 (13:19 +0100)
ci/test-12-option-type.pl

index f3c8c2fd2ed852e932478b59ec30813d8f88297f..0c49ebe5ad6e69eb05bd29b72ca11eaad19feb0f 100755 (executable)
@@ -2,7 +2,7 @@
 
 use Test::Command tests => 36;
 
-for my $arg (qw(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("");