From 228f75429911cbc0bc8cab55c66b0066cab690c4 Mon Sep 17 00:00:00 2001
From: Pierangelo Masarati <ando@openldap.org>
Date: Mon, 26 Feb 2007 20:37:33 +0000
Subject: [PATCH] don't remember where, but without quotes it fails

---
 tests/scripts/test051-config-undo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/scripts/test051-config-undo b/tests/scripts/test051-config-undo
index 825a115909..4a41da1def 100755
--- a/tests/scripts/test051-config-undo
+++ b/tests/scripts/test051-config-undo
@@ -91,7 +91,7 @@ if test $RC != 80 ; then
 fi
 
 echo Surveying the damage
-$LDAPMODIFY -D cn=manager,o=undo -w secret -h $LOCALHOST -p $PORT1 <<EOF
+$LDAPMODIFY -D "cn=manager,o=undo" -w secret -h $LOCALHOST -p $PORT1 <<EOF
 dn: o=foo,o=undo
 changetype: add
 objectClass: organization
-- 
GitLab