diff options
author | Alan Conway <aconway@apache.org> | 2009-11-30 21:47:23 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-11-30 21:47:23 +0000 |
commit | a08d0fd5c1f7081b5aeb2999312a34d64f3661aa (patch) | |
tree | 1a5603f2849241366de81deb499c1d9d8c603220 /qpid/cpp/src/tests/test_env.sh.in | |
parent | d0d3f6798e0651fcf8ca6320bb3227ed751cf546 (diff) | |
download | qpid-python-a08d0fd5c1f7081b5aeb2999312a34d64f3661aa.tar.gz |
Remove env setting causing problems with failover-soak.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@885591 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/test_env.sh.in')
-rw-r--r-- | qpid/cpp/src/tests/test_env.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/test_env.sh.in b/qpid/cpp/src/tests/test_env.sh.in index 602a5bedd9..76efc97217 100644 --- a/qpid/cpp/src/tests/test_env.sh.in +++ b/qpid/cpp/src/tests/test_env.sh.in @@ -69,8 +69,6 @@ exportmodule SSL_LIB ssl.so exportmodule WATCHDOG_LIB watchdog.so exportmodule XML_LIB xml.so - # Qpid options -export QPID_NO_MODULE_DIR=1 # Don't accidentally load installed modules export QPID_DATA_DIR= # Default to no data dir, not ~/.qpidd |