From: Pierangelo Masarati Date: Wed, 23 Nov 2005 23:34:06 +0000 (+0000) Subject: I cooked the shell var, but I forgot to test it... (ITS#4208) X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~719 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=20fd7bf0bb1144ad97c9b85f3d2d6b5d2bdc3d2e;p=openldap I cooked the shell var, but I forgot to test it... (ITS#4208) --- diff --git a/tests/scripts/test044-dynlist b/tests/scripts/test044-dynlist index 79ef7311f0..145432aeca 100755 --- a/tests/scripts/test044-dynlist +++ b/tests/scripts/test044-dynlist @@ -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..."