]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test024-unique
Sync with HEAD
[openldap] / tests / scripts / test024-unique
index d14d6222bb3408cb912b76e6fcfa9ff3f33db14b..dff70391a812fda7b3b193e4f8d0c8f8d1cad0e1 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 2004-2005 The OpenLDAP Foundation.
+## Copyright 2004-2006 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -75,7 +75,9 @@ cn: dave
 businessCategory: otest
 carLicense: TEST
 departmentNumber: 42
-displayName: Dave
+# NOTE: use special chars in attr value to be used
+# in internal searches ITS#4212
+displayName: Dave (ITS#4212)
 employeeNumber: 69
 employeeType: contractor
 givenName: Dave
@@ -125,4 +127,7 @@ fi
 test $KILLSERVERS != no && kill -HUP $KILLPIDS
 
 echo ">>>>> Test succeeded"
+
+test $KILLSERVERS != no && wait
+
 exit 0