Sfoglia il codice sorgente

check_fping.t: unresolvable address returns unknown status

Marcel Telka 2 anni fa
parent
commit
ced1b0cd02
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      plugins/t/check_fping.t

+ 1 - 1
plugins/t/check_fping.t

@@ -31,7 +31,7 @@ if ( -x "./check_fping" )
 {
   $t += checkCmd( "./check_fping $host_responsive",    0,       $successOutput );
   $t += checkCmd( "./check_fping $host_nonresponsive", [ 1, 2 ] );
-  $t += checkCmd( "./check_fping $hostname_invalid",   [ 1, 2 ] );
+  $t += checkCmd( "./check_fping $hostname_invalid",   3 );
 }
 else
 {