diff --git a/test/Makefile b/test/Makefile
index 50a8391cb64b3fa3db692535928581ef3f443f47..7ae172c1e5272ecb7c39afd0be65d708946ae12a 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -20,7 +20,6 @@ test: $(CTEST:%=run_c_%) $(PYTEST:%=run_py_%) $(JULIATEST:%=run_jl_%)
 .PHONY: run_c_%
 run_c_%:build/%
 	$(ENV_TEST) valgrind --leak-check=full ./build/$*
-	env -i  LD_LIBRARY_PATH=../build valgrind --leak-check=full ./build/$*
 
 .PHONY: run_py_%
 run_py_%: %.py