From 1803f45c05ca47317101541e3b9a33c9d6cb818a Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Fri, 20 Nov 2009 23:14:44 +0000
Subject: [PATCH] Fix typo in prev commit

---
 tests/scripts/test050-syncrepl-multimaster | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/scripts/test050-syncrepl-multimaster b/tests/scripts/test050-syncrepl-multimaster
index 4eaff2bfcb..9708870b6c 100755
--- a/tests/scripts/test050-syncrepl-multimaster
+++ b/tests/scripts/test050-syncrepl-multimaster
@@ -684,7 +684,7 @@ $LDAPMODIFY -D "$MANAGERDN" -H $URI1 -w $PASSWD \
 	>> $TESTOUT 2>&1 << EOMODS
 dn: cn=Add-Mod-Del,dc=example,dc=com
 changetype: add
-cn: Add/Mod/Del
+cn: Add-Mod-Del
 objectclass: organizationalRole
 
 dn: cn=Add-Mod-Del,dc=example,dc=com
-- 
GitLab