]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test021-certificate
For ITS#5810: Use progs/ldif-filter. Retire scripts/acfilter.sh.
[openldap] / tests / scripts / test021-certificate
index 57d6e89adf86a024e7c86f8b340c66e109d29c68..065006145df25fcacf39549b2fc2a59a696233bd 100755 (executable)
@@ -307,9 +307,9 @@ test $KILLSERVERS != no && kill -HUP $KILLPIDS
 LDIF=$CERTIFICATETLS
 
 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