aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests.sh b/tests.sh
index 2249f550..94a92018 100755
--- a/tests.sh
+++ b/tests.sh
@@ -296,8 +296,6 @@ build_python() {
build_python_cpp() {
internal_build_cpp
internal_install_python_deps
- export LD_LIBRARY_PATH=../src/.libs # for Linux
- export DYLD_LIBRARY_PATH=../src/.libs # for OS X
cd python
# Only test Python 2.6/3.x on Linux
if [ $(uname -s) == "Linux" ]; then