]> 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 02f3a64c0525c5506a95e9e28d58150c8674d3dc..b38993c61fa328323226ee0dbb935b0ff673f719 100755 (executable)
@@ -1,8 +1,8 @@
-#! /bin/sh -xv
+#! /bin/sh
 # $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
 
@@ -44,8 +49,7 @@ KILLPIDS="$PID"
 echo "Testing slapd referential integrity operations..."
 for i in 0 1 2 3 4 5; do
        $LDAPSEARCH -s base -b "$MONITOR" -h $LOCALHOST -p $PORT1 \
-               'objectclass=*' 
-#> /dev/null 2>&1
+               'objectclass=*' > /dev/null 2>&1
        RC=$?
        if test $RC = 0 ; then
                break