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