version 1.14, 2003/04/30 01:04:18
|
version 1.14.2.1, 2003/09/18 15:43:41
|
Line 1
|
Line 1
|
#! /bin/sh |
#! /bin/sh |
# $OpenLDAP: pkg/ldap/tests/scripts/test000-rootdse,v 1.13 2002/09/20 17:58:25 kurt Exp $ |
# $OpenLDAP: pkg/ldap/tests/scripts/test000-rootdse,v 1.15 2003/06/04 10:06:46 hyc Exp $ |
|
|
SRCDIR="." |
SRCDIR="." |
if test $# -ge 1 ; then |
if test $# -ge 1 ; then |
SRCDIR=$1; shift |
SRCDIR=$1; shift |
fi |
fi |
|
|
. $SRCDIR/scripts/args.sh |
. $SRCDIR/scripts/args.sh $* |
|
|
echo "running defines.sh" |
echo "running defines.sh" |
. $SRCDIR/scripts/defines.sh |
. $SRCDIR/scripts/defines.sh |