diff options
Diffstat (limited to 'ctdb/tests/UNIT/eventscripts/stubs/rpc.lockd')
-rwxr-xr-x | ctdb/tests/UNIT/eventscripts/stubs/rpc.lockd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ctdb/tests/UNIT/eventscripts/stubs/rpc.lockd b/ctdb/tests/UNIT/eventscripts/stubs/rpc.lockd new file mode 100755 index 0000000..e71f6cd --- /dev/null +++ b/ctdb/tests/UNIT/eventscripts/stubs/rpc.lockd @@ -0,0 +1,6 @@ +#!/bin/sh + +# Restart always "works". However, the test infrastructure may +# continue to mark the service as down, so that's what matters. + +exit 0 |