Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/
H A Dchannel_common.kshlib32 typeset expectexit=$1
58 if [[ $ret -ne $expectexit ]]; then
60 log_fail "return mismatch: expected $expectexit, got $ret"
67 if [[ -f "$basename.out" ]] && [[ $expectexit -eq 0 ]]; then
78 elif [[ -f "$basename.err" ]] && [[ $expectexit -ne 0 ]]; then
89 elif [[ -n $expecterror ]] && [[ $expectexit -ne 0 ]]; then
99 elif [[ $expectexit -ne 0 ]]; then