Fix comparison error

This commit is contained in:
Quanah Gibson-Mount 2017-01-31 16:17:02 -08:00
parent 2e9f95cbac
commit 48ec8223da

View File

@ -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