From 5d41fae53c1d147d439ba47993da71ed2e719f0c Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 6 May 2005 02:22:59 +0000 Subject: [PATCH] Remove "ANSWERABILITY RESULTS" string, it interferes with comparison --- tests/data/proxycache.out | 2 -- tests/scripts/test020-proxycache | 3 --- 2 files changed, 5 deletions(-) diff --git a/tests/data/proxycache.out b/tests/data/proxycache.out index 02a87149f2..c2e2337e85 100644 --- a/tests/data/proxycache.out +++ b/tests/data/proxycache.out @@ -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 diff --git a/tests/scripts/test020-proxycache b/tests/scripts/test020-proxycache index a4eace2ca7..98e98c4b38 100755 --- a/tests/scripts/test020-proxycache +++ b/tests/scripts/test020-proxycache @@ -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 -- 2.39.5