mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
Fix syntax of modrdn/ bad newsuperior test
This commit is contained in:
parent
214e13eecc
commit
2918d4498f
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ fi
|
||||||
|
|
||||||
echo "Testing modrdn with newSuperior as child of target "
|
echo "Testing modrdn with newSuperior as child of target "
|
||||||
$LDAPMODRDN -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD > \
|
$LDAPMODRDN -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD > \
|
||||||
/dev/null 2>&1 -s 'cn=Sub1, ou=FooBar, cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com' 'cn=James A Jones 1' \
|
$TESTOUT 2>&1 -s 'cn=Sub1, ou=FooBar, cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com' \
|
||||||
'cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com' 'cn=James A Jones 1'
|
'cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com' 'cn=James A Jones 1'
|
||||||
|
|
||||||
RC=$?
|
RC=$?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue