aboutsummaryrefslogtreecommitdiff
path: root/plugins/t/check_ldap.t
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/t/check_ldap.t')
-rw-r--r--plugins/t/check_ldap.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/t/check_ldap.t b/plugins/t/check_ldap.t
index a0f06722..b8944d4b 100644
--- a/plugins/t/check_ldap.t
+++ b/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);