summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2014-03-07 22:51:24 +0000
committerCharles E. Rolke <chug@apache.org>2014-03-07 22:51:24 +0000
commit6af91f603df9bf2eb93e9ebc6ee486d12edbf4cd (patch)
treebca878f989e8d396dc9a122e47acabb7091f68d5 /cpp/src
parent27e847b37faef30d84ea81562742b998970e2592 (diff)
downloadqpid-python-6af91f603df9bf2eb93e9ebc6ee486d12edbf4cd.tar.gz
QPID-5613: Self test broker start command fails without --interface option.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1575443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rwxr-xr-xcpp/src/tests/run_acl_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/run_acl_tests b/cpp/src/tests/run_acl_tests
index a6f4fd8cbb..4bb9e7aa5d 100755
--- a/cpp/src/tests/run_acl_tests
+++ b/cpp/src/tests/run_acl_tests
@@ -104,7 +104,7 @@ populate_directories() {
test_loading_acl_from_absolute_path(){
POLICY_FILE=$srcdir/policy.acl
rm -f temp.log
- PORT=`../qpidd --daemon --port 0 --no-module-dir --no-data-dir --auth no --acl-file $POLICY_FILE -t --log-to-file temp.log 2>/dev/null`
+ PORT=`../qpidd --daemon --port 0 --interface 127.0.0.1 --no-module-dir --no-data-dir --auth no --acl-file $POLICY_FILE -t --log-to-file temp.log 2>/dev/null`
ACL_FILE=`grep "notice ACL: Read file" temp.log | sed 's/^.*Read file //'`
$QPIDD_EXEC --no-module-dir -q --port $PORT
if test "$ACL_FILE" != "\"$POLICY_FILE\""; then