summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-08 23:02:57 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-13 18:51:11 +0200
commit365d2b1468dbc3649426ad5408fee8da2a8db23c (patch)
tree6bb244de6fa1e13a99cf558daf347e0355881e95
parent497803ab4424ce23affd231a01d625ddf3cf3aca (diff)
Tweak mac environment path.
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index 3a7861ae0..037fb43ee 100755
--- a/run/tests
+++ b/run/tests
@@ -21,7 +21,7 @@ if [ "$(uname)" == "Darwin" ]; then
rm -f build/test/openssl
ln -s ../../../openssl/apps/openssl build/test/openssl
# SIP stops this being passed in from the caller's environment
- export DYLD_LIBRARY_PATH=/Users/carl/osx-environment/64/lib
+ export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/64/lib
fi
if [ "$1" == "--debug" ]; then