diff options
author | Martin Schwenke <martin@meltin.net> | 2015-11-09 11:35:03 +1100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2015-11-09 07:53:18 +0100 |
commit | 1ed577efa0e99ee55d78a261ffb9c6497701173f (patch) | |
tree | d2ff3abe3aacad0516ca963fcf6e5a7ed24e9630 /ctdb/tests | |
parent | af26da1e479c05090023e7066a1dfb0806e14ea4 (diff) | |
download | samba-1ed577efa0e99ee55d78a261ffb9c6497701173f.tar.gz |
ctdb-tests: Fix the name of the "setreclock" test
It currently claims to test "setrecmaster".
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'ctdb/tests')
-rwxr-xr-x | ctdb/tests/simple/35_set_reclock.sh (renamed from ctdb/tests/simple/35_set_recmaster.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/simple/35_set_recmaster.sh b/ctdb/tests/simple/35_set_reclock.sh index fe788094d56..7628ffba584 100755 --- a/ctdb/tests/simple/35_set_recmaster.sh +++ b/ctdb/tests/simple/35_set_reclock.sh @@ -3,7 +3,7 @@ test_info() { cat <<EOF -Verify that "ctdb setrecmaster" sets the recovery lock correctly. +Verify that "ctdb setreclock" sets the recovery lock correctly. This test only does something when there is a recovery lock configured. |