summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/cluster_tests.py')
-rwxr-xr-xcpp/src/tests/cluster_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster_tests.py b/cpp/src/tests/cluster_tests.py
index 99474da2f2..8b316f1072 100755
--- a/cpp/src/tests/cluster_tests.py
+++ b/cpp/src/tests/cluster_tests.py
@@ -435,7 +435,7 @@ class StoreTests(BrokerTest):
def stop_cluster(self,broker):
"""Clean shut-down of a cluster"""
self.assertEqual(0, qpid_cluster.main(
- ["qpid-cluster", "-kf", broker.host_port()]))
+ ["-kf", broker.host_port()]))
def test_persistent_restart(self):
"""Verify persistent cluster shutdown/restart scenarios"""