Home | History | Annotate | Download | only in sh

Lines Matching refs:STATUS

112 #	$3 is the expected exit status from sh
133 STATUS=$?
137 if [ "${STATUS}" -ne "$3" ]; then
139 MSG="${MSG} expected exit code $3, got ${STATUS}"
144 case "$3/${STATUS}" in
342 'eval "if done"; printf %s status=$?'
344 atf_check -s exit:0 -e not-empty -o 'match:status=[1-9]' \
346 'command eval "if done"; printf %s status=$?'
349 -o 'match:status=[1-9]' -o 'not-match:[XY]' ${TEST_SH} -c \
351 S=$?; printf %s status=$S; exit $S'
355 -o 'match:status=[1-9]' -o 'not-match:Y' ${TEST_SH} -c \
359 S=$?; printf %s status=$S; exit $S'
365 -o 'match:status=[1-9]' -o 'not-match:Y' ${TEST_SH} -c \
369 S=$?; printf %s status=$S; exit $S'
694 # and the exit status of true should be false...