diff options
Diffstat (limited to 'ctdb/tests/UNIT/eventscripts/stubs/kill')
-rwxr-xr-x | ctdb/tests/UNIT/eventscripts/stubs/kill | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ctdb/tests/UNIT/eventscripts/stubs/kill b/ctdb/tests/UNIT/eventscripts/stubs/kill new file mode 100755 index 0000000..b69e3e6 --- /dev/null +++ b/ctdb/tests/UNIT/eventscripts/stubs/kill @@ -0,0 +1,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 |