]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test023-refint
ITS#3671 must release conn->c_mutex to allow blocked writers to exit
[openldap] / tests / scripts / test023-refint
index 78ac4d8c88104bf95b932bddbb7e1de7f373dede..b38993c61fa328323226ee0dbb935b0ff673f719 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 2004 The OpenLDAP Foundation.
+## Copyright 2004-2005 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
 ## top-level directory of the distribution or, alternatively, at
 ## <http://www.OpenLDAP.org/license.html>.
 
+if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" ; then
+       echo "Test does not support $BACKEND"
+       exit 0
+fi
+
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh