]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test046-dds
ITS#4809 do a modrdn as a normal user to check if modifiersName is
[openldap] / tests / scripts / test046-dds
index 34d96d9bffda6c49f0c1fc1bcd6fa6d5351515a3..d7b3a7b18e78af5d0b3665c033a1542b0ecc1086 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2005 The OpenLDAP Foundation.
+## Copyright 2005-2007 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -270,7 +270,7 @@ if test $RC != 0 ; then
 fi
 
 SLEEP=10
-echo "Waiting $SLEEP seconds to force an expiration conflict..."
+echo "Waiting $SLEEP seconds to force a subordinate/superior expiration conflict..."
 sleep $SLEEP
 
 echo "Re-vitalizing the initial dynamic entry..."
@@ -526,4 +526,7 @@ if test $? != 0 ; then
 fi
 
 echo ">>>>> Test succeeded"
+
+test $KILLSERVERS != no && wait
+
 exit 0