diff --git a/testing/tests/ldap/0004-sync-ldap-changes.test b/testing/tests/ldap/0004-sync-ldap-changes.test index bf3dde0a..3aff1124 100644 --- a/testing/tests/ldap/0004-sync-ldap-changes.test +++ b/testing/tests/ldap/0004-sync-ldap-changes.test @@ -17,7 +17,7 @@ # pg_ldap_group3: pg_ldap1 # pg_ldap_group4: # -# The fullanme for each group should change from "pg LDAP Group $n" to +# The fullname for each group should change from "pg LDAP Group $n" to # "pg_ldap_group_$n". # BEGINPERL @@ -67,7 +67,6 @@ make_group($ldap, 'pg_ldap_group4'); # We need to keep the client around, otherwise the test server will exit. $evaled{'ldap_client'} = $ldap; -sleep 60; sub make_group { my $ldap = shift;