aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-07-29 09:37:40 -0700
committerSteven Fackler <[email protected]>2017-07-29 09:37:40 -0700
commitb48fce69e2db8800c639e98d59a686910eb9b6ad (patch)
treecac5ed18bd0382df7fdb6ff5e56ad4a960b947b0 /test
parentLittle circle cleanup (diff)
downloadrust-openssl-b48fce69e2db8800c639e98d59a686910eb9b6ad.tar.xz
rust-openssl-b48fce69e2db8800c639e98d59a686910eb9b6ad.zip
Fix cache detection
Diffstat (limited to 'test')
-rwxr-xr-xtest/build_openssl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build_openssl.sh b/test/build_openssl.sh
index 67a0d804..70532436 100755
--- a/test/build_openssl.sh
+++ b/test/build_openssl.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
-if [ -d ~/openssl ]; then
+if [ -d "${OPENSSL_DIR}" ]; then
exit 0
fi