Searched refs:exp_exit (Results 1 – 3 of 3) sorted by relevance
27 exp_exit=$(echo $i | cut -d'|' -f3)32 if [ $ret -ne $exp_exit ]; then33 echo "FAILED (exit code: $ret, expected $exp_exit)"
106 local exp_exit="$1"109 test $? -eq $exp_exit && ret_=0 || ret_=1
626 static void __exit exp_exit(void) in exp_exit() function