ITS#6979 clean up previous test062 fix

This commit is contained in:
Hallvard Furuseth 2011-11-30 12:00:43 +01:00
parent 98c6d52593
commit 38e8b2333f

View file

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