mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#6979 clean up previous test062 fix
This commit is contained in:
parent
98c6d52593
commit
38e8b2333f
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ if test -f "$RCOUT" ; then
|
|||
wait $SEARCHPID
|
||||
SEARCHRC=`cat $RCOUT`
|
||||
echo "Checking return code of backgrounded RefreshAndPersist search ..."
|
||||
if test $SEARCHRC != 52 ; then
|
||||
if test 52 != "$SEARCHRC" ; then
|
||||
echo "Error: Backgrounded ldapsearch returned the wrong error code: $SEARCHRC"
|
||||
RC=1
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue