summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2013-11-07 16:01:49 +1100
committerAmitay Isaacs <amitay@gmail.com>2013-11-07 16:08:44 +1100
commit25f3c8b5269863aadbe72e304da7012782ef5b25 (patch)
tree85e8573079db601ad1fe75f84a9bc40e1b280f5e
parente3e6c8576ae75f997d3ba6281ed296ec1b9b54cf (diff)
downloadsamba-25f3c8b5269863aadbe72e304da7012782ef5b25.tar.gz
samba-25f3c8b5269863aadbe72e304da7012782ef5b25.tar.xz
samba-25f3c8b5269863aadbe72e304da7012782ef5b25.zip
tests: Fix calling of ctdb tool from test
Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 9381c33dfd40192b7532d942059c2959dfae059d)
-rwxr-xr-xctdb/tests/simple/54_ctdb_transaction_recovery.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/simple/54_ctdb_transaction_recovery.sh b/ctdb/tests/simple/54_ctdb_transaction_recovery.sh
index baeea22ab10..d796e94d8ed 100755
--- a/ctdb/tests/simple/54_ctdb_transaction_recovery.sh
+++ b/ctdb/tests/simple/54_ctdb_transaction_recovery.sh
@@ -28,7 +28,7 @@ recovery_loop()
while true ; do
echo Recovery $COUNT
- ctdb recover
+ try_command_on_node 0 $CTDB recover
sleep 2
COUNT=$((COUNT + 1))
done