summaryrefslogtreecommitdiff
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
commitd9b099731447585d1af1b375fc641b3eb6850791 (patch)
treed3b3cb463d9537482b92d2273f261b875d76adb0
parent4c9df17af8e3014f0b3613ab82636c47f9c61dc3 (diff)
downloadqpid-python-d9b099731447585d1af1b375fc641b3eb6850791.tar.gz
QPID-5613: Self test broker start command fails without --interface option.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575443 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/cpp/src/tests/run_acl_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/run_acl_tests b/qpid/cpp/src/tests/run_acl_tests
index a6f4fd8cbb..4bb9e7aa5d 100755
--- a/qpid/cpp/src/tests/run_acl_tests
+++ b/qpid/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