path: lsb_11.6/test/lsb-test.sh
echo " Simple check, no options:"
pidofproc nonexistent
RETVAL=$?
if [ $RETVAL -ne 3 ]; then
