Tweak mac environment path.
authorCarl Hetherington <cth@carlh.net>
Thu, 8 Oct 2020 21:02:57 +0000 (23:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 13 Oct 2020 16:51:11 +0000 (18:51 +0200)
run/tests

index 3a7861ae0e132a360e0046315826f42439323003..037fb43eef2a64056ca5b8e7fed40ee71647648f 100755 (executable)
--- 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