ctdb-tests: Move eventd tests to UNIT/ subdirectory
[samba.git] / ctdb / tests / UNIT / eventscripts / stubs / kill
1 #!/bin/sh
2
3 # Always succeed.  This means that kill -0 will always find a
4 # process and anything else will successfully kill.  This should
5 # exercise a good avriety of code paths.
6
7 exit 0