mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
fix test001-slapadd: Wait for slapd shutdown before remove DB
This commit is contained in:
parent
0dee024ee2
commit
f509794042
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