From: Pierangelo Masarati Date: Sat, 24 Feb 2007 18:30:40 +0000 (+0000) Subject: on Solaris, /bin/sh is not bash; grep doesn't like ^auditcontext: without quotes X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~644 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d9f63b082e961139e26d1194b38df820d6b59ae9;p=openldap on Solaris, /bin/sh is not bash; grep doesn't like ^auditcontext: without quotes --- diff --git a/tests/scripts/test043-delta-syncrepl b/tests/scripts/test043-delta-syncrepl index 253d764067..6138707b7e 100755 --- a/tests/scripts/test043-delta-syncrepl +++ b/tests/scripts/test043-delta-syncrepl @@ -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