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