From: Kurt Zeilenga Date: Sun, 2 Mar 2003 04:32:39 +0000 (+0000) Subject: screw with the case X-Git-Tag: NO_SLAP_OP_BLOCKS~219 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4f35d762538505cb832ebea8c2a3f354ca9bc353;p=openldap screw with the case --- diff --git a/tests/scripts/test003-search b/tests/scripts/test003-search index 7fbba0588a..ffa4fbe4f9 100755 --- a/tests/scripts/test003-search +++ b/tests/scripts/test003-search @@ -73,7 +73,7 @@ cat /dev/null > $SEARCHOUT echo "Testing exact searching..." $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT \ - '(sn=jensen)' >> $SEARCHOUT 2>&1 + '(sn=jENSEN)' >> $SEARCHOUT 2>&1 RC=$? if test $RC != 0 ; then echo "ldapsearch failed ($RC)!"