summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/UNIT/eventscripts/stubs/pkill
blob: b3f1de5a57023acf5ea6cb3d43ab7faec0ef02a3 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Always succeed.  This means that pkill -0 will always find a
# process and anything else will successfully kill.  This should
# exercise a good avriety of code paths.

exit 0