Searched defs:err_exit2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dstatics.sh20 function err_exit2 function
36 [[ "${output}" != "${expected_output}" ]] && err_exit2 ${line_number} "${output} != ${expected_output}"
39 alias err_exit='err_exit2 $LINENO'
H A Dsun_solaris_staticvariables.sh26 function err_exit2 function
42 [[ "${output}" != "${expected_output}" ]] && err_exit2 ${line_number} "${output} != ${expected_output}"
45 alias err_exit='err_exit2 $LINENO'

Completed in 45 milliseconds