]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test011-glue-slapadd
ITS#3671 must release conn->c_mutex to allow blocked writers to exit
[openldap] / tests / scripts / test011-glue-slapadd
index e7353bdc3cd26d46ff6f50da19076601c8773c4a..df6afa1d581fa6166bfd97106400af02c9be17ed 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
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
+if test $GLUE = glueno; then 
+       echo "Backend glue overlay not available, test skipped"
+       exit 0
+fi 
+
 mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR1C
 
 echo "Running slapadd to build glued slapd databases..."