]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test003-search
ITS#2401 support tests for dynamically loaded backends
[openldap] / tests / scripts / test003-search
index fb411d0dfdc0d3dce43ac185ae3fee3363d29efa..51d7fd6ff66df80eeb518a85a2e1c2e4fe0bdf34 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