path: lsb_11.6/test/lsb-test.sh
echo " With -p option:"
pidofproc -p /var/run/nonexist.pid nonexistent
RETVAL=$?
if [ $RETVAL -ne 3 ]; then
