Test suite: Fix typos in NFS tickle test.
authorMartin Schwenke <martin@meltin.net>
Thu, 26 Aug 2010 05:50:35 +0000 (15:50 +1000)
committerMartin Schwenke <martin@meltin.net>
Thu, 26 Aug 2010 05:50:35 +0000 (15:50 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
tests/complex/31_nfs_tickle.sh

index 53be7b6604e5b473912afc64a0376e63ee746c9f..0423acc13767c833e4f71a1288d1e03755a26a4a 100755 (executable)
@@ -89,7 +89,7 @@ if try_command_on_node 0 "test -r /etc/ctdb/events.d/61.nfstickle" ; then
 
     try_command_on_node -v 0 cat "${nfs_tickle_shared_directory}/$test_hostname/$test_ip"
 else
 
     try_command_on_node -v 0 cat "${nfs_tickle_shared_directory}/$test_hostname/$test_ip"
 else
-    try_command_on_node -v 0 "ctdb -Y gettickles $testip" "$testport"
+    try_command_on_node -v 0 "ctdb -Y gettickles $test_ip $test_port"
 fi
 
 if [ "${out/${src_socket}/}" != "$out" ] ; then
 fi
 
 if [ "${out/${src_socket}/}" != "$out" ] ; then