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 | e1172ae4e150cd718ace72fb600007587bad0135 (patch) | |
tree | 4500a92d9d010dbacd6c8d3ef521aa73abe50b17 /cpp/src | |
parent | b6040913d9b35b3c94f527b35fd8feea2e9fd39d (diff) | |
download | qpid-python-e1172ae4e150cd718ace72fb600007587bad0135.tar.gz |
Remove env setting causing problems with failover-soak.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@885591 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/test_env.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/tests/test_env.sh.in b/cpp/src/tests/test_env.sh.in index 602a5bedd9..76efc97217 100644 --- a/cpp/src/tests/test_env.sh.in +++ b/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 |