summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/complex/32_cifs_tickle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/tests/complex/32_cifs_tickle.sh')
-rwxr-xr-xctdb/tests/complex/32_cifs_tickle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/complex/32_cifs_tickle.sh b/ctdb/tests/complex/32_cifs_tickle.sh
index 4ce74f9ad1f..94b28617d9a 100755
--- a/ctdb/tests/complex/32_cifs_tickle.sh
+++ b/ctdb/tests/complex/32_cifs_tickle.sh
@@ -74,7 +74,7 @@ echo "Source socket is $src_socket"
# CTDB faster than it takes us to wait for netstat to register the
# connection and then use onnode below to ask CTDB about it.
-try_command_on_node -v 0 ctdb gettickles $test_ip -n $test_node
+try_command_on_node -v 0 ctdb gettickles $test_ip
if [ "${out/SRC: ${src_socket} /}" != "$out" ] ; then
echo "GOOD: CIFS connection tracked OK by CTDB."