Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/kmod/
Dkmod.sh303 ERRNO_NAME=$2
304 ERRNO=$(errno_name_to_val $ERRNO_NAME)
306 if [[ $ERRNO_NAME = "-ERR_ANY" ]]; then
308 echo "$1: FAIL, test expects $ERRNO_NAME - got $RC_NAME ($RC)" >&2
313 echo "$1: FAIL, test expects $ERRNO_NAME ($ERRNO) - got $RC_NAME ($RC)" >&2
317 echo "$1: OK! - Return value: $RC ($RC_NAME), expected $ERRNO_NAME"