]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test006-acls
Sync with HEAD
[openldap] / tests / scripts / test006-acls
index ea4d2749950d3ca76cb73f4bb320d59797db88be..6f131be1246c5edef5314f8ba8e07ca236de602c 100755 (executable)
@@ -14,7 +14,7 @@
 ## <http://www.OpenLDAP.org/license.html>.
 
 case "$BACKEND" in
-bdb|hdb|ldbm)
+bdb|hdb)
        ;;
 *)
        echo "Test does not support $BACKEND backend"
@@ -534,4 +534,7 @@ if test $? != 0 ; then
 fi
 
 echo ">>>>> Test succeeded"
+
+test $KILLSERVERS != no && wait
+
 exit 0