summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/ha_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/tests/ha_test.py')
-rwxr-xr-xqpid/cpp/src/tests/ha_test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/ha_test.py b/qpid/cpp/src/tests/ha_test.py
index 5c42780f50..4e27675438 100755
--- a/qpid/cpp/src/tests/ha_test.py
+++ b/qpid/cpp/src/tests/ha_test.py
@@ -79,12 +79,11 @@ class HaBroker(Broker):
if ha_replicate is not None:
args += [ "--ha-replicate=%s"%ha_replicate ]
if brokers_url: args += [ "--ha-brokers-url", brokers_url ]
- # Set up default ACL file to allow all create link
+ # Set up default ACL
acl=os.path.join(os.getcwd(), "unrestricted.acl")
if not os.path.exists(acl):
aclf=file(acl,"w")
aclf.write("""
-acl allow all create link
acl allow all all
""")
aclf.close()