summaryrefslogtreecommitdiff
path: root/tests/ocsp-tests/ocsp-load-chain
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ocsp-tests/ocsp-load-chain')
-rwxr-xr-xtests/ocsp-tests/ocsp-load-chain6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ocsp-tests/ocsp-load-chain b/tests/ocsp-tests/ocsp-load-chain
index 0822bc3d99..33cc020fcb 100755
--- a/tests/ocsp-tests/ocsp-load-chain
+++ b/tests/ocsp-tests/ocsp-load-chain
@@ -19,9 +19,9 @@
#set -e
-srcdir="${srcdir:-.}"
-OCSPTOOL="${OCSPTOOL:-../src/ocsptool${EXEEXT}}"
-DIFF="${DIFF:-diff}"
+: ${srcdir=.}
+: ${OCSPTOOL=../src/ocsptool${EXEEXT}}
+: ${DIFF=diff}
if ! test -x "${OCSPTOOL}"; then
exit 77