]> git.sur5r.net Git - openldap/blob - tests/scripts/args.sh
Rework support for certificate exact matching based, in part,
[openldap] / tests / scripts / args.sh
1 # $OpenLDAP$
2
3 BACKEND=bdb
4 if test $# -ge 1 ; then
5         BACKEND=$1; shift
6 fi
7
8 SYNCREPL=no
9 if test $# -ge 1 ; then
10         SYNCREPL=$1; shift
11 fi
12
13 WAIT=0
14 if test $# -ge 1 ; then
15         WAIT=1; shift
16 fi