mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Fix typo, remove sleep 60!!
This commit is contained in:
parent
fcbd72e310
commit
87c3df891b
@ -17,7 +17,7 @@
|
||||
# pg_ldap_group3: pg_ldap1
|
||||
# pg_ldap_group4: <empty>
|
||||
#
|
||||
# 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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user