X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fsql-test000-read;h=98ebe373267d89916dba9083ae2ce055e44d9cbc;hb=d8fbe2d32cc5885698215234758d45610d132411;hp=e66127444b5cf71efb79ca79013f38c60955e19b;hpb=73bf45060013be27881a529eb39f6543956f9e93;p=openldap diff --git a/tests/scripts/sql-test000-read b/tests/scripts/sql-test000-read index e66127444b..98ebe37326 100755 --- a/tests/scripts/sql-test000-read +++ b/tests/scripts/sql-test000-read @@ -467,6 +467,25 @@ case $RC in ;; esac +echo -n "Testing compare on hasSubordinates (should be TRUE)... " +$LDAPCOMPARE -h $LOCALHOST -p $PORT1 "$BASEDN" \ + "hasSubordinates:TRUE" >> $TESTOUT 2>&1 + +RC=$? +case $RC in +6) + echo "TRUE" + ;; +5) echo "FALSE!" + test $KILLSERVERS != no && kill -HUP $KILLPIDS + exit $RC + ;; +*) echo "failed ($RC)!" + test $KILLSERVERS != no && kill -HUP $KILLPIDS + exit $RC + ;; +esac + echo "Filtering ldapsearch results..." . $LDIFFILTER < $SEARCHOUT > $SEARCHFLT echo "Filtering original ldif..."