diff options
| author | Ted Ross <tross@apache.org> | 2012-03-05 20:32:12 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2012-03-05 20:32:12 +0000 |
| commit | 6455009d43ccf14db5e84bb3822fe77e9e1a5826 (patch) | |
| tree | 6e39703979feae6c7bce2555a858b6d1483f6eed /cpp/src | |
| parent | a62faa14256c7156f7889e57484d6442b037c928 (diff) | |
| download | qpid-python-6455009d43ccf14db5e84bb3822fe77e9e1a5826.tar.gz | |
NO-JIRA - Fixed a failure in the acl tests that was caused by a change in log format.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1297220 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rwxr-xr-x | cpp/src/tests/run_acl_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/run_acl_tests b/cpp/src/tests/run_acl_tests index 41f41e20e1..8629bd0777 100755 --- a/cpp/src/tests/run_acl_tests +++ b/cpp/src/tests/run_acl_tests @@ -38,7 +38,7 @@ 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 --load-module $ACL_LIB --acl-file $POLICY_FILE -t --log-to-file temp.log 2>/dev/null` - ACL_FILE=`grep "notice Read ACL file" temp.log | sed 's/^.*Read ACL file //'` + 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 echo "unable to load policy file from an absolute path"; |
