]> git.sur5r.net Git - openldap/commitdiff
Correctly exit if the backend is back-ldap
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 3 Feb 2017 22:30:30 +0000 (14:30 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 3 Feb 2017 22:30:30 +0000 (14:30 -0800)
tests/data/regressions/its4326/its4326
tests/data/regressions/its4336/its4336

index a11268bf8bae6b191cfd5e3bfc4740a440b9149b..e70589761aa96184a8bf1142f47fa25e9e3c631c 100755 (executable)
@@ -16,7 +16,7 @@
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
-if test $BACKLDAP = "ldapno" ; then 
+if test $BACKLDAP != "ldapno" ; then
        echo "LDAP backend not available, test skipped"
        exit 0
 fi 
index fb3d0d107dcdfeda082df9000176949061e20420..9ed231386c5511f44962319b4f31995ce83debfe 100755 (executable)
@@ -16,7 +16,7 @@
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
-if test $BACKLDAP = "ldapno" ; then 
+if test $BACKLDAP != "ldapno" ; then
        echo "LDAP backend not available, test skipped"
        exit 0
 fi