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 | f74fa4f3d034e95de01a64027fa67f1b867c2d07 (patch) | |
| tree | db11e86f7e8eb0fb6f83d8e126c23bf8d9c677a5 /cpp/src | |
| parent | 19332a2f30a547c3b7a7b5a58e35b3f03df0c4ef (diff) | |
| download | qpid-python-f74fa4f3d034e95de01a64027fa67f1b867c2d07.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/qpid@1056019 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rwxr-xr-x | cpp/src/tests/sasl_fed_ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/sasl_fed_ex b/cpp/src/tests/sasl_fed_ex index 244f07354f..11af7b5537 100755 --- a/cpp/src/tests/sasl_fed_ex +++ b/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} \ |
