From: Quanah Gibson-Mount Date: Wed, 1 Feb 2017 00:17:02 +0000 (-0800) Subject: Fix comparison error X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~81^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48ec8223dad4b97c5bb3360b9bd8fa0ee7f16f9d;p=thirdparty%2Fopenldap.git 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