mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
Fix success test on last comparison
This commit is contained in:
parent
99ddb3a1fd
commit
671e92098a
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user