Fix typo, remove sleep 60!!

This commit is contained in:
Andrew Ruthven 2024-05-01 00:29:33 +12:00
parent fcbd72e310
commit 87c3df891b

View File

@ -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;