Skip to content
Snippets Groups Projects
Commit 38e8b233 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

ITS#6979 clean up previous test062 fix

parent 98c6d525
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment