From 8d46e3c80efedb26e500ce7fa0edc505967d9920 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 20 May 2004 00:51:20 +0000 Subject: [PATCH] More cleanup --- tests/scripts/test020-proxycache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test020-proxycache b/tests/scripts/test020-proxycache index f1370aedb0..afe1a15d9d 100755 --- a/tests/scripts/test020-proxycache +++ b/tests/scripts/test020-proxycache @@ -145,7 +145,7 @@ if test $RC != 0 ; then exit $RC fi -echo "Query 6: filter:(mail=*@example.com) cn sn title uid" +echo "Query 6: filter:(mail=*@mail.alumni.example.com) cn sn title uid" $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \ 'mail=*@mail.alumni.example.com' cn sn title uid >> $SLAVEOUT 2>&1 RC=$? -- 2.39.5