mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
I cooked the shell var, but I forgot to test it... (ITS#4208)
This commit is contained in:
parent
ec24e6293f
commit
20fd7bf0bb
@ -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 New Issue
Block a user