]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test016-subref
ITS#2401 support tests for dynamically loaded backends
[openldap] / tests / scripts / test016-subref
index 686786d8ce7baf6b16e7d06a2c51b5fbdc146140..740f04591b3a2515bfa039007c716447d876f6a5 100755 (executable)
@@ -6,18 +6,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