From 8afd7786c87b571118d1e098a730ab69b7b3908b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 Oct 2014 20:37:08 +0100 Subject: Fix test running when LD_LIBRARY_PATH is set in the environment. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/tests b/run/tests index 0bbc047b..588e756c 100755 --- a/run/tests +++ b/run/tests @@ -10,7 +10,7 @@ private=../libdcp-test-private work=build/test dcpinfo=build/tools/dcpinfo -export LD_LIBRARY_PATH=build/src:build/asdcplib/src +export LD_LIBRARY_PATH=build/src:build/asdcplib/src:$LD_LIBRARY_PATH # Run the unit tests in test/ if [ "$1" == "--debug" ]; then -- cgit v1.2.3