]> git.sur5r.net Git - openldap/commitdiff
Fix comparison error
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 1 Feb 2017 00:17:02 +0000 (16:17 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 1 Feb 2017 00:17:02 +0000 (16:17 -0800)
tests/data/regressions/its8521/its8521

index acb93f69d2b96088f4207929df1492c540c2ccf6..1fd3ca49811730e9b982b7ad3ea3417480563391 100755 (executable)
@@ -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