fix test001-slapadd: Wait for slapd shutdown before remove DB

This commit is contained in:
HAMANO Tsukasa 2021-02-23 01:17:44 +09:00 committed by Quanah Gibson-Mount
parent 2aaaf98315
commit c3a5b2c72d

View file

@ -76,7 +76,7 @@ if test $BACKEND = ldif ; then
else
kill -HUP $KILLPIDS
wait
rm -f $DBDIR1/*
BASE2="ou=test,dc=example,dc=com"