Explorar o código

check_ldap: fix number of skipable tests

Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
Sven Nierlein %!s(int64=11) %!d(string=hai) anos
pai
achega
82e28411c8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      plugins/t/check_ldap.t

+ 2 - 2
plugins/t/check_ldap.t

@@ -45,8 +45,8 @@ SKIP: {
 };
 
 SKIP: {
-    skip "NP_HOST_TCP_LDAP not set", 2 if ! $host_tcp_ldap;
-    skip "NP_LDAP_BASE_DN not set",  2 if ! $ldap_base_dn;
+    skip "NP_HOST_TCP_LDAP not set", 12 if ! $host_tcp_ldap;
+    skip "NP_LDAP_BASE_DN not set",  12 if ! $ldap_base_dn;
 
     $cmd = "$command -H $host_tcp_ldap -b $ldap_base_dn -t 5 -w 2 -c 3 -3";
     $result = NPTest->testCmd($cmd);