Lines Matching refs:expected
39 local expected=$2
42 if [ ${rc} -eq ${expected} ]; then
50 echo " rc=$rc, expected $expected"
193 local expected="$2"
196 [ "${out}" = "${expected}" ] && return 0
202 printf " ${expected}\n"
208 if [ "${out}" != "${expected}" ]; then
214 printf " ${expected}\n\n"
226 local expected="$2"
231 check_output "${out}" "${expected}"
237 local expected="$2"
242 check_output "${out}" "${expected}"
248 local expected="$2"
253 check_output "${out}" "${expected}"