summaryrefslogtreecommitdiff
path: root/ctdb/tests/eventscripts/stubs/kill
blob: b69e3e62a39de24f0bd4c968977fbd1034288ff8 (plain)
1
2
3
4
5
6
7
#!/bin/sh

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

exit 0