Searched refs:actual_rc (Results 1 – 3 of 3) sorted by relevance
53 actual_rc=$?54 if [ $actual_rc != $expected_rc ]; then56 echo >&2 "test case \`$*' failed ($actual_rc $diff_rc)"82 actual_rc=$?85 if [ $actual_rc != $expected_rc ]; then86 echo >&2 "test case \`$*' failed ($actual_rc)"
25 actual_rc=$?29 if [ $actual_rc != $expected_rc ] || [ $diff_rc != 0 ]; then30 echo >&2 "test case \`$*' failed ($actual_rc $diff_rc)"
Completed in 3 milliseconds