1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/ctdb/tests/eventscripts/stubs/kill
Martin Schwenke 506be3cb26 Tests: eventscripts and onnode tests use stubs/ subdirectory instead of bin/.
This sets up a more useful convention and avoids future .gitignore
problems.

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit 58c696dc600f1073e693930da061776b6fb199f2)
2011-08-08 13:38:07 +10:00

8 lines
187 B
Bash
Executable File

#!/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