I cooked the shell var, but I forgot to test it... (ITS#4208)

This commit is contained in:
Pierangelo Masarati 2005-11-23 23:34:06 +00:00
parent ec24e6293f
commit 20fd7bf0bb

View File

@ -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..."