diff options
| author | Michael Goulish <mgoulish@apache.org> | 2011-01-06 19:21:38 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2011-01-06 19:21:38 +0000 |
| commit | c29d6794602213d5e57116abdda362a34688e935 (patch) | |
| tree | 17c7766a723bb0a3fd41ce96f13e26235d52f1cc /qpid/cpp/src/tests | |
| parent | 2e7b2c4918b34fff264ca4ffa50299473bc8fc20 (diff) | |
| download | qpid-python-c29d6794602213d5e57116abdda362a34688e935.tar.gz | |
config.null line wasn't needed, and was messing up vpath builds.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1056019 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rwxr-xr-x | qpid/cpp/src/tests/sasl_fed_ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/sasl_fed_ex b/qpid/cpp/src/tests/sasl_fed_ex index 244f07354f..11af7b5537 100755 --- a/qpid/cpp/src/tests/sasl_fed_ex +++ b/qpid/cpp/src/tests/sasl_fed_ex @@ -28,6 +28,7 @@ source ./test_env.sh + # This minimum value corresponds to sasl version 2.1.22 minimum_sasl_version=131350 @@ -152,7 +153,6 @@ $QPIDD_EXEC \ --ssl-sasl-no-dict \ --ssl-require-client-authentication \ --sasl-config=$sasl_config_file \ - --config ./config.null \ --no-data-dir \ --no-module-dir \ --load-module ${SSL_LIB} \ |
