![]() ![]() | ![]() |
version 1.7, 2001/12/06 00:02:11 | version 1.8, 2002/01/15 16:26:51 |
---|---|
Line 1 | Line 1 |
#! /bin/sh | #! /bin/sh |
# $OpenLDAP$ | # $OpenLDAP: pkg/ldap/tests/scripts/test000-rootdse,v 1.7 2001/12/06 00:02:11 kurt Exp $ |
SRCDIR="." | SRCDIR="." |
if test $# -ge 1 ; then | if test $# -ge 1 ; then |
SRCDIR=$1; shift | SRCDIR=$1; shift |
fi | fi |
BACKEND=ldbm | BACKEND=bdb |
if test $# -ge 1 ; then | if test $# -ge 1 ; then |
BACKEND=$1; shift | BACKEND=$1; shift |
fi | fi |