mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
fix test001-slapadd: Wait for slapd shutdown before remove DB
This commit is contained in:
parent
2aaaf98315
commit
c3a5b2c72d
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ if test $BACKEND = ldif ; then
|
|||
else
|
||||
|
||||
kill -HUP $KILLPIDS
|
||||
|
||||
wait
|
||||
rm -f $DBDIR1/*
|
||||
|
||||
BASE2="ou=test,dc=example,dc=com"
|
||||
|
|
|
|||
Loading…
Reference in a new issue