diff --git a/tests/integration.mk b/tests/integration.mk
index 727e0a0b53364c63b9a78bae98c05876f52b817f..a76845a2c2cd0ba85603d7d64e883891f51a9b8c 100644
--- a/tests/integration.mk
+++ b/tests/integration.mk
@@ -18,7 +18,7 @@ $(eval $(call make_shared,_test_integration,tests))
 ifeq ($(PLATFORM),Darwin)
 	preload_syms := DYLD_INSERT_LIBRARIES=tests/libmock_calls.dylib
 else
-	preload_syms := LD_PRELOAD=tests/libmock_calls.so:$(shell pkg-config --libs socket_wrapper)
+	preload_syms := LD_PRELOAD=$(shell pkg-config --libs socket_wrapper)
 endif
 
 check-integration: $(libmock_calls) $(_test_integration)