]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test022-ppolicy
More LDAP_DEVEL cleanup
[openldap] / tests / scripts / test022-ppolicy
index 925e925379bfc3e3d20e1618b0a0059c0d710252..de6b9fb8c84c633ce4cc189ed8288f47fd0942af 100755 (executable)
@@ -56,7 +56,7 @@ if test $RC != 0 ; then
 fi
 
 echo "Using ldapadd to populate the database..."
-# may need -e manageDIT for draft 09, but not yet.
+# may need "-e relax" for draft 09, but not yet.
 $LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD < \
        $LDIFPPOLICY > $TESTOUT 2>&1
 RC=$?
@@ -343,4 +343,7 @@ fi
 test $KILLSERVERS != no && kill -HUP $KILLPIDS
 
 echo ">>>>> Test succeeded"
+
+test $KILLSERVERS != no && wait
+
 exit 0