From 3d3ae0cefa89f8430215298b9d7c7d4e40f9c044 Mon Sep 17 00:00:00 2001
From: Anders Blomdell <anders.blomdell@control.lth.se>
Date: Mon, 6 Sep 2021 16:01:06 +0200
Subject: [PATCH] Remove test that fails if real IO not present

---
 test/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/Makefile b/test/Makefile
index 50a8391..7ae172c 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
-- 
GitLab