summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-20 21:36:57 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-20 21:36:57 +0200
commit060e97fb4af0752aaba1ccc97d30e63a58cb5a5b (patch)
tree213285a536f4b40ba09bff79b5dd3dbe35971dd2
parent0bc6d354b100c44834302c6ac5d0b5099e0f0564 (diff)
Use $HOME rather than hard-coded user name.
-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