diff options
-rwxr-xr-x | qpid/cpp/src/tests/run_acl_tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/run_acl_tests b/qpid/cpp/src/tests/run_acl_tests index 8d583c1895..1cd322b401 100755 --- a/qpid/cpp/src/tests/run_acl_tests +++ b/qpid/cpp/src/tests/run_acl_tests @@ -36,6 +36,7 @@ stop_brokers() { test_loading_acl_from_absolute_path(){ POLICY_FILE=$PWD/$srcdir/policy.acl + rm -f temp.log ../qpidd --daemon --port 0 --no-module-dir --no-data-dir --auth no --load-module ../.libs/acl.so --acl-file $POLICY_FILE -t --log-to-file temp.log 2>/dev/null PORT=`grep "Listening on TCP port" temp.log | awk '{print $8}'` ACL_FILE=`grep "notice Read ACL file" temp.log | awk '{print $7}'` |