]> git.sur5r.net Git - openldap/blobdiff - tests/data/regressions/its4326/its4326
Correctly exit if the backend is back-ldap
[openldap] / tests / data / regressions / its4326 / its4326
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