]> git.sur5r.net Git - openldap/blobdiff - tests/data/regressions/its8521/its8521
Fix comparison error
[openldap] / 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