Home
last modified time | relevance | path

Searched refs:expexit (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/include/
H A Dtst.includefirst.ksh39 expexit=23
46 inline int foobar = $expexit;
74 [[ $status != $expexit ]] && fail "Exited with unexpected status code: $status"
/illumos-gate/usr/src/test/util-tests/tests/pcieadm/
H A Dpcieadmtest.ksh51 typeset expexit=$1
55 if (( $? != expexit)); then
56 warn "$@: mismatched exit status, found $?, expected $expexit"