]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test028-idassert
ITS#3671 must release conn->c_mutex to allow blocked writers to exit
[openldap] / tests / scripts / test028-idassert
index 2492a36dc6dcdb5c43dc9531129873b4e237db13..ea364bc8d4f9c9b2c76d8119f382bd32bf736aaf 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2004 The OpenLDAP Foundation.
+## Copyright 1998-2005 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -27,6 +27,11 @@ if test $BACKLDAP = "ldapno" ; then
        exit 0
 fi 
 
+if test $RWM = rwmno ; then 
+       echo "Rewrite/remap overlay not available, test skipped"
+       exit 0
+fi 
+
 if test $WITH_SASL = "yes" ; then
        if test $USE_SASL != "no" ; then
                if test $USE_SASL = "yes" ; then