Lines Matching defs:EXIT
103 [+EXIT \b\astatus\a?The command exit status is expected to match249 EXIT=0979 EXIT='*'982 EXIT=0985 EXIT='*'995 function EXIT # status997 EXIT=$11127 if [[ ! $failed && $STATUS != $EXIT ]]1128 then failed="exit code $EXIT expected -- got $STATUS"1422 trap 'code=$?; CLEANUP $code' EXIT