Lines Matching +refs:val +refs:status
42 val='(
60 [[ $z == "$val" ]] || err_exit 'compound variable with mixed arrays not working'
65 eval val="$z"
70 [[ $z == "$val" ]] || err_exit 'compound variable changes after associative array assignment'
71 eval val="$z"
78 [[ $z == "$val" ]] || err_exit 'compound variable changes after associative array assignment'
84 eval val="$x"
91 [[ $x == "$val" ]] || err_exit 'compound variable changes after unset leaves'
307 foo=%1$sbar%2$s || foo="exit status $?"
316 status=$?
317 if (( status != code ))
318 then err_exit "test $TEST '$1...$2 exit $code' failed -- exit status $status, expected $code"
494 (( $? > 128 )) && err_exit 'incorrect exit status with comsub'
516 [[ $? == 12 ]] || err_exit 'exit status from subshells not being preserved'