]> git.sur5r.net Git - openldap/commitdiff
Pass the correct backend to ldiffilter
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 29 Nov 2009 17:49:52 +0000 (17:49 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 29 Nov 2009 17:49:52 +0000 (17:49 +0000)
tests/scripts/test056-monitor

index 28d59d03b966fa1b0563ab824cb63af635c44e38..fe2d1c36aee5bfa7f42080264f7eb1f8c24b044d 100755 (executable)
@@ -97,7 +97,7 @@ if test $RC != 0 ; then
 fi
 
 echo "Filtering ldapsearch results..."
-$LDIFFILTER < $SEARCHOUT > $SEARCHFLT
+$LDIFFILTER -b monitor < $SEARCHOUT > $SEARCHFLT
 
 TMPMONITOROUT2=$MONITOROUT2
 case $BACKEND in
@@ -132,7 +132,7 @@ if test $RC != 0 ; then
 fi
 
 echo "Filtering ldapsearch results..."
-$LDIFFILTER < $SEARCHOUT > $SEARCHFLT
+$LDIFFILTER -b monitor < $SEARCHOUT > $SEARCHFLT
 
 echo "Comparing filter output..."
 $CMP $SEARCHFLT $MONITOROUT3 > $CMPOUT
@@ -157,7 +157,7 @@ if test $RC != 0 ; then
 fi
 
 echo "Filtering ldapsearch results..."
-$LDIFFILTER < $SEARCHOUT > $SEARCHFLT
+$LDIFFILTER -b monitor < $SEARCHOUT > $SEARCHFLT
 
 echo "Comparing filter output..."
 $CMP $SEARCHFLT $MONITOROUT4 > $CMPOUT