1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

ctdb-tests: Fix a typo

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>

Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Mon Apr 30 14:26:43 CEST 2018 on sn-devel-144
This commit is contained in:
Martin Schwenke 2018-04-30 12:07:48 +10:00 committed by Amitay Isaacs
parent 693ca7b99e
commit a23d805475

View File

@ -36,7 +36,7 @@ cluster_is_healthy
try_command_on_node -v 0 "$CTDB listvars"
echo "Veryifying all variable values using \"ctdb getvar\"..."
echo "Verifying all variable values using \"ctdb getvar\"..."
echo "$out" |
while read var x val ; do