diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-06-04 23:13:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-06-04 23:13:15 +0100 |
| commit | 3a217e6cce46127abaa1463c394d3baf05b02616 (patch) | |
| tree | f5bc46eacd8963ae8623029339e48e4835d3edb6 | |
| parent | 162a48b73fd97f63e0c0997a25a0defcbeba52f5 (diff) | |
Remove out-of-date LD_LIBRARY_PATH component.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
