Lines Matching refs:expected
9 expected=$5
11 if [ "$expected" = "0" ]
17 if [ $? -ne "$expected" ]
19 echo "writing $content to $file doesn't return $expected"
20 echo "expected because: $expect_reason"
37 expected=$3
41 if [ "$content" != "$expected" ]
43 echo "reading $file expected $expected but $content"
44 echo "expected because: $expect_reason"