Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/
H A Dchannel_common.kshlib31 typeset expectexit=$1
57 if [[ $ret -ne $expectexit ]]; then
59 log_fail "return mismatch: expected $expectexit, got $ret"
66 if [[ -f "$basename.out" ]] && [[ $expectexit -eq 0 ]]; then
77 elif [[ -f "$basename.err" ]] && [[ $expectexit -ne 0 ]]; then
88 elif [[ -n $expecterror ]] && [[ $expectexit -ne 0 ]]; then
98 elif [[ $expectexit -ne 0 ]]; then