diff options
-rw-r--r-- | plugins/t/check_ldap.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/t/check_ldap.t b/plugins/t/check_ldap.t index a0f0672..b8944d4 100644 --- a/plugins/t/check_ldap.t +++ b/plugins/t/check_ldap.t | |||
@@ -45,8 +45,8 @@ SKIP: { | |||
45 | }; | 45 | }; |
46 | 46 | ||
47 | SKIP: { | 47 | SKIP: { |
48 | skip "NP_HOST_TCP_LDAP not set", 2 if ! $host_tcp_ldap; | 48 | skip "NP_HOST_TCP_LDAP not set", 12 if ! $host_tcp_ldap; |
49 | skip "NP_LDAP_BASE_DN not set", 2 if ! $ldap_base_dn; | 49 | skip "NP_LDAP_BASE_DN not set", 12 if ! $ldap_base_dn; |
50 | 50 | ||
51 | $cmd = "$command -H $host_tcp_ldap -b $ldap_base_dn -t 5 -w 2 -c 3 -3"; | 51 | $cmd = "$command -H $host_tcp_ldap -b $ldap_base_dn -t 5 -w 2 -c 3 -3"; |
52 | $result = NPTest->testCmd($cmd); | 52 | $result = NPTest->testCmd($cmd); |