path: toybox_0.8.9+dfsg-1.1/tests/pidof.test
pid=$(cat pid.txt)
testcmd "long argv[1]" "toybox.pidof-$$.test.script" "" "" ""
testcmd "long argv[1] -x" "-x toybox.pidof-$$.test.script" "$pid\n" "" ""
kill $pid
