]> git.sur5r.net Git - openldap/commitdiff
Remove "ANSWERABILITY RESULTS" string, it interferes with comparison
authorHoward Chu <hyc@openldap.org>
Fri, 6 May 2005 02:22:59 +0000 (02:22 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 6 May 2005 02:22:59 +0000 (02:22 +0000)
tests/data/proxycache.out
tests/scripts/test020-proxycache

index 02a87149f26ac43e865480fd3b328713b24f3770..c2e2337e85c03e96b25bb68fd10391a9691e5fb9 100644 (file)
@@ -182,8 +182,6 @@ sn: Hampster
 uid: uham
 title: Secretary, UM Alumni Association
 
-ANSWERABILITY RESULTS
-
 dn: cn=James A Jones 1,ou=Alumni Association,ou=People,dc=example,dc=com
 cn: James A Jones 1
 cn: James Jones
index a4eace2ca7bf7b5d9aec21e8ccdf289b3e087ed9..98e98c4b385e164cd2f4250b10f4f743b5d60002 100755 (executable)
@@ -199,9 +199,6 @@ else
        exit 1
 fi
 
-echo "ANSWERABILITY RESULTS" >> $SLAVEOUT
-echo "" >> $SLAVEOUT
-
 echo "Query 8: filter:(|(cn=*Jones)(sn=Jones)) attrs:cn sn title uid"  
 $LDAPSEARCH -x -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \
        '(|(cn=*Jones)(sn=Jones))' cn sn title uid >> $SLAVEOUT 2>&1