Allow running tests on Fedora.
authorCarl Hetherington <cth@carlh.net>
Tue, 5 Jul 2022 21:07:36 +0000 (23:07 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 5 Jul 2022 21:07:36 +0000 (23:07 +0200)
run/tests

index d4a4affdd4aaaa14334ee33ca797b34266e36ca2..1dfd64f4ad98b443e83ca2ca00e84d704afede2c 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -3,7 +3,7 @@
 # e.g. --run_tests=foo
 
 if [ "$(uname)" == "Linux" ]; then 
-  export LD_LIBRARY_PATH=build/src/lib:/usr/local/lib64:$LD_LIBRARY_PATH
+  export LD_LIBRARY_PATH=build/src/lib:/usr/local/lib:/usr/local/lib64:$LD_LIBRARY_PATH
   rm -f build/test/dcpomatic2_openssl
   # This must be our patched openssl or tests will fail
   if [ ! -f build/test/dcpomatic2_openssl ]; then