Remove out-of-date LD_LIBRARY_PATH component.
authorCarl Hetherington <cth@carlh.net>
Sun, 4 Jun 2017 22:13:15 +0000 (23:13 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 4 Jun 2017 22:13:15 +0000 (23:13 +0100)
run/tests

index 911e20ca4fc494f588ca7e334d57b2326ec6ac30..f1bcadb324c5912a0481456471fdbb053e2b2d67 100755 (executable)
--- 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