summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 1da839c..46a81c9 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -127,7 +127,7 @@ if (HELGRIND_TESTING)
TEST
${_HELGRIND_TEST}
PROPERTY
- ENVIRONMENT LD_PRELOAD=${SOCKET_WRAPPER_LOCATION})
+ ENVIRONMENT LD_PRELOAD=${SOCKET_WRAPPER_LOCATION} SOCKET_WRAPPER_DISABLE_DEEPBIND=1)
endif()
endforeach()
endif()