summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-19 22:41:53 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-19 22:41:53 +0200
commitcb83b1ebba5d3eb9085a1b07beff2700606d8df0 (patch)
treecced8227d35368bda22a042c2cb5e5174ca0b9e4 /run
parent8b491840f425d0178b68c4d9c0a491244032d4cd (diff)
Fix thinko in previous.
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index 26eff1772..cb42a22e5 100755
--- a/run/tests
+++ b/run/tests
@@ -86,7 +86,7 @@ if [ "$(uname)" == "Darwin" ]; then
ln -s ../../../openssl/apps/openssl build/test/openssl
# We need to find ffcmp in here
export PATH=$PATH:/Users/ci/workspace/bin
- export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$environment/lib
+ export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$environment/x86_64/10.10/lib
fi
if [ "$check" == "1" ]; then