]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test054-syncreplication-parallel-load
For ITS#5810: Use progs/ldif-filter. Retire scripts/acfilter.sh.
[openldap] / tests / scripts / test054-syncreplication-parallel-load
index 585da2189a6a375bfba0fe606a299435bb2b333e..a7f0357797ea6fdab119247317421419b99eba27 100755 (executable)
@@ -363,9 +363,9 @@ fi
 test $KILLSERVERS != no && kill -HUP $KILLPIDS
 
 echo "Filtering producer results..."
-$LDIFFILTER < $MASTEROUT > $MASTERFLT
+$LDIFFILTER < $MASTEROUT > $MASTERFLT
 echo "Filtering consumer results..."
-$LDIFFILTER < $SLAVEOUT > $SLAVEFLT
+$LDIFFILTER < $SLAVEOUT > $SLAVEFLT
 
 echo "Comparing retrieved entries from producer and consumer..."
 $CMP $MASTERFLT $SLAVEFLT > $CMPOUT