]> git.sur5r.net Git - openldap/commitdiff
Fix syntax of modrdn/ bad newsuperior test
authorHoward Chu <hyc@openldap.org>
Sat, 10 Sep 2005 01:52:27 +0000 (01:52 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 10 Sep 2005 01:52:27 +0000 (01:52 +0000)
tests/scripts/test005-modrdn

index 955391aefa06b860e26a435a9ea7b1520775e601..6a9d0f4690a5826abcdfa39477393b949a6b971b 100755 (executable)
@@ -219,7 +219,7 @@ fi
 
 echo "Testing modrdn with newSuperior as child of target "
 $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'
 
 RC=$?