]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test023-refint
Axe slurpd / replog support
[openldap] / tests / scripts / test023-refint
index dddf79fad06cbd024fa6f2fb7adbf7d3bf69a730..66050191b924ae81a0a4b46b62000f46a7b2c994 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 2004-2006 The OpenLDAP Foundation.
+## Copyright 2004-2007 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -92,6 +92,8 @@ if test $RC != 0 ; then
        exit $RC
 fi
 
+sleep 1;
+
 echo "Using ldapsearch to check dependents new rdn..."
 
 $LDAPSEARCH -S "" -b "o=refint" -h $LOCALHOST -p $PORT1 > $SEARCHOUT 2>&1
@@ -129,6 +131,8 @@ if test $RC != 0 ; then
        exit $RC
 fi
 
+sleep 1;
+
 echo "Using ldapsearch to verify dependents have been deleted..."
 $LDAPSEARCH -S "" -b "o=refint" -h $LOCALHOST -p $PORT1 > $SEARCHOUT 2>&1