summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun/tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/run/tests b/run/tests
index 5db647af4..5818d70e3 100755
--- a/run/tests
+++ b/run/tests
@@ -82,9 +82,9 @@ 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=$environment/x86_64/10.10/lib:/Users/ci/workspace/lib
+ export DYLD_LIBRARY_PATH=$environment/x86_64/10.10/lib:$HOME/workspace/lib
# We need to find ffcmp in here
- export PATH=$PATH:/Users/ci/workspace/bin
+ export PATH=$PATH:$HOME/workspace/bin
fi
if [ "$check" == "1" ]; then