summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-06-04 23:13:15 +0100
committerCarl Hetherington <cth@carlh.net>2017-06-04 23:13:15 +0100
commit3a217e6cce46127abaa1463c394d3baf05b02616 (patch)
treef5bc46eacd8963ae8623029339e48e4835d3edb6
parent162a48b73fd97f63e0c0997a25a0defcbeba52f5 (diff)
Remove out-of-date LD_LIBRARY_PATH component.
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index 911e20ca..f1bcadb3 100755
--- a/run/tests
+++ b/run/tests
@@ -9,7 +9,7 @@ work=build/test
# Path to dcpinfo tool
dcpinfo=build/tools/dcpinfo
-export LD_LIBRARY_PATH=build/src:build/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=build/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH
# Make sure we have the required tools
for c in xmlsec1 xmldiff; do