Lines Matching refs:expect
43 expect=$(echo "$line" | cut -d" " -f2-)
45 expect=""
51 if [ -z "$expect" ]; then
52 expect="crashes entire system"
54 echo "Skipping $test: $expect"
59 if [ -z "$expect" ]; then
60 expect="call trace:"
93 if grep -E -qi "$expect" "$LOG" ; then
94 echo "$test: saw '$expect': ok"
101 echo "$test: missing '$expect': [FAIL]"