summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-02-14 17:02:38 +0000
committerCarl Hetherington <cth@carlh.net>2017-02-14 17:02:38 +0000
commit5dda5d997e389052b63f422776aa205434789751 (patch)
treee01e4b453010cb5c5d259c95149bea19f928718a /run
parent250d37b7f4bf255cdca9ce418bf4877e5c9efc13 (diff)
Fix test churn.
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index 2ea87bed..67b84a88 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:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=build/src:build/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH
# Make sure we have the required tools
for c in xmlsec1 xmldiff; do