mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix typo
This commit is contained in:
parent
b231c33efa
commit
132f738059
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ if test $? != 0 ; then
|
|||
fi
|
||||
|
||||
echo "Comparing retrieved entries from master and P3 slave..."
|
||||
$CMP $SEARCHFLT $P2LDIFFLT > $CMPOUT
|
||||
$CMP $SEARCHFLT $P3LDIFFLT > $CMPOUT
|
||||
|
||||
if test $? != 0 ; then
|
||||
echo "test failed - master and P3 slave databases differ"
|
||||
|
|
|
|||
Loading…
Reference in a new issue