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

index 0c49ebe5ad6e69eb05bd29b72ca11eaad19feb0f..c6a88c5a8a2c755eac5262b14848fa4220371640 100755 (executable)
@@ -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 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("");