]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test043-delta-syncrepl
ITS#5189
[openldap] / tests / scripts / test043-delta-syncrepl
index 253d764067b29b7db0a7397da3752e88ebdeb2f1..6138707b7e8200aedf9ebc3b3071ca7801f29312 100755 (executable)
@@ -339,9 +339,9 @@ fi
 test $KILLSERVERS != no && kill -HUP $KILLPIDS
 
 echo "Filtering producer results..."
-. $LDIFFILTER < $MASTEROUT | grep -iv ^auditcontext: > $MASTERFLT
+. $LDIFFILTER < $MASTEROUT | grep -iv "^auditcontext:" > $MASTERFLT
 echo "Filtering consumer results..."
-. $LDIFFILTER < $SLAVEOUT | grep -iv ^auditcontext: > $SLAVEFLT
+. $LDIFFILTER < $SLAVEOUT | grep -iv "^auditcontext:" > $SLAVEFLT
 
 echo "Comparing retrieved entries from producer and consumer..."
 $CMP $MASTERFLT $SLAVEFLT > $CMPOUT