From e915caf4093f9b395285e2003888562b1532a384 Mon Sep 17 00:00:00 2001
From: Howard Chu <hyc@openldap.org>
Date: Thu, 20 May 2004 00:49:11 +0000
Subject: [PATCH] Cleanup prev commit

---
 tests/data/proxycache.out        | 2 ++
 tests/scripts/test020-proxycache | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/tests/data/proxycache.out b/tests/data/proxycache.out
index 69eaf789b0..0782970085 100644
--- a/tests/data/proxycache.out
+++ b/tests/data/proxycache.out
@@ -188,6 +188,8 @@ 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 79c96dd9bc..f1370aedb0 100755
--- a/tests/scripts/test020-proxycache
+++ b/tests/scripts/test020-proxycache
@@ -188,6 +188,9 @@ 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
@@ -218,7 +221,7 @@ if test $RC != 0 ; then
 	exit $RC
 fi
 
-echo "Query 11: filter:(mail=*@example.com) cn sn title uid"  
+echo "Query 11: filter:(mail=jaj@mail.alumni.example.com) cn sn title uid"  
 $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \
 	'mail=jaj@mail.alumni.example.com' cn sn title uid >> $SLAVEOUT 2>&1
 RC=$?
-- 
GitLab