mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
I cooked the shell var, but I forgot to test it... (ITS#4208)
This commit is contained in:
parent
ec24e6293f
commit
20fd7bf0bb
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@
|
|||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
||||
if test $DYNLIST = "dynlistno" ; then
|
||||
echo "dynlist overlay not available, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1
|
||||
|
||||
echo "Running slapadd to build slapd database..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue