summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-06 20:37:08 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-06 20:37:08 +0100
commit8afd7786c87b571118d1e098a730ab69b7b3908b (patch)
tree0ab29714b89aa88943cb9c0ed8c5a1a0ce9b9488
parentd67cea162e75b964967a820ad1f75f89dd0aacd5 (diff)
Fix test running when LD_LIBRARY_PATH is set in the environment.
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
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