]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test003-search
For ITS#5810: Use progs/ldif-filter. Retire scripts/acfilter.sh.
[openldap] / tests / scripts / test003-search
index 679b5218dd6530477eb9f3d7e61204a91e6e0ef4..d922c26b43cd5c2a6742e3398fc444945bceac1a 100755 (executable)
@@ -133,9 +133,9 @@ test $KILLSERVERS != no && kill -HUP $KILLPIDS
 LDIF=$SEARCHOUTMASTER
 
 echo "Filtering ldapsearch results..."
-$LDIFFILTER < $SEARCHOUT > $SEARCHFLT
+$LDIFFILTER < $SEARCHOUT > $SEARCHFLT
 echo "Filtering original ldif used to create database..."
-$LDIFFILTER < $LDIF > $LDIFFLT
+$LDIFFILTER < $LDIF > $LDIFFLT
 echo "Comparing filter output..."
 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT