]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test001-slapadd
ITS#2401 support tests for dynamically loaded backends
[openldap] / tests / scripts / test001-slapadd
index 1c355a7b59f465d3286bfc777a3415b102d489c8..7828edb414925bd5158ba6f8f9b2171a03a69be8 100755 (executable)
@@ -5,18 +5,8 @@ SRCDIR="."
 if test $# -ge 1 ; then
        SRCDIR=$1; shift
 fi
-BACKEND=bdb
-if test $# -ge 1 ; then
-       BACKEND=$1; shift
-fi
-MONITORDB=no
-if test $# -ge 1 ; then
-       MONITORDB=$1; shift
-fi
-WAIT=0
-if test $# -ge 1 ; then
-       WAIT=1; shift
-fi
+
+. $SRCDIR/scripts/args.sh
 
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh