From: Quanah Gibson-Mount Date: Wed, 1 Feb 2017 00:17:02 +0000 (-0800) Subject: Fix comparison error X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=48ec8223dad4b97c5bb3360b9bd8fa0ee7f16f9d;p=openldap Fix comparison error --- diff --git a/tests/data/regressions/its8521/its8521 b/tests/data/regressions/its8521/its8521 index acb93f69d2..1fd3ca4981 100755 --- a/tests/data/regressions/its8521/its8521 +++ b/tests/data/regressions/its8521/its8521 @@ -265,7 +265,7 @@ $LDIFFILTER < $SLAVEOUT > $SLAVEFLT echo "Comparing retrieved entries from provider and consumer..." $CMP $MASTERFLT $SLAVEFLT > $CMPOUT -if test $? == 0 ; then +if test $? = 0 ; then echo "test failed - provider and consumer databases match" echo "This is a regression of ITS8281" test $KILLSERVERS != no && kill -HUP $KILLPIDS