path: busybox_1:1.37.0-10.1/testsuite/pidof.tests
testing "pidof (exit with error)" \
	"pidof veryunlikelyoccuringbinaryname ; echo \$?" "1\n" "" ""
testing "pidof (exit with success)" "pidof pidof > /dev/null; echo \$?" \
	"0\n" "" ""
# We can get away with this because it says #!/bin/sh up top.
