Home | History | Annotate | Download | only in scripts

Lines Matching refs:RC

37 	RC=$?
38 if test $RC = 0 ; then
45 if test $RC = 0 ; then
50 RC=$?
54 if test $RC = 0 ; then
58 RC=$?
67 if test $RC != 0 ; then
70 RC=`grep '^dn:' $SEARCHOUT | wc -l`
71 if test $RC != $count ; then
72 echo ">>>>> Test failed: expected $count entries, got" $RC
73 RC=1
76 RC=0
82 exit $RC