Adapt for new libdcp (fixing large compiler resource requirements).
[dcpomatic.git] / run / tests
index e31a97be0c042c58939ce688c55f182ba300462a..97eef411f56fe5a2cf9d75b92d0190dfbaafd1f1 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -3,7 +3,6 @@
 # e.g. --run_tests=foo
 
 export LD_LIBRARY_PATH=build/src/lib:/home/c.hetherington/lib:$LD_LIBRARY_PATH
-export DCPOMATIC_LINUX_SHARE_PREFIX=`pwd`
 if [ "$1" == "--debug" ]; then
     shift;
     gdb --args build/test/unit-tests --catch_system_errors=no --log_level=test_suite $*