From: Ondřej Kuzník Date: Thu, 4 Feb 2021 18:06:52 +0000 (+0000) Subject: Do not try to run lloadd/test006 if sasl support unavailable X-Git-Tag: OPENLDAP_REL_ENG_2_5_1ALPHA~10^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f44c037a9da56405a89e2b7cc0400eb59ed95ac7;p=thirdparty%2Fopenldap.git Do not try to run lloadd/test006 if sasl support unavailable --- diff --git a/tests/scripts/lloadd/test006-sasl b/tests/scripts/lloadd/test006-sasl index afe09b4569..ee0d43a6c2 100755 --- a/tests/scripts/lloadd/test006-sasl +++ b/tests/scripts/lloadd/test006-sasl @@ -28,7 +28,8 @@ if test $WITH_SASL = "yes" ; then fi echo "Using SASL authc[/authz] with mech=$MECH; unset SLAPD_USE_SASL to disable" else - echo "SASL not available; using proxyAuthz with simple authc..." + echo "SASL support not available, test skipped" + exit 0 fi mkdir -p $TESTDIR $DBDIR1 $DBDIR2