Fix success test on last comparison

This commit is contained in:
Howard Chu 2002-05-17 08:24:53 +00:00
parent 99ddb3a1fd
commit 671e92098a

View File

@ -214,11 +214,12 @@ echo "Filtering original ldif used to create database..."
echo "Comparing filter output..."
$CMP $SEARCHFLT $LDIFFLT > $CMPOUT
kill -HUP $PID
if test $? != 0 ; then
echo "comparison failed - modrdn operations did not complete correctly"
kill -HUP $PID
exit 1
fi
kill -HUP $PID
echo ">>>>> Test succeeded"