summaryrefslogtreecommitdiff
path: root/tests/ocsp-tests/ocsp-test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ocsp-tests/ocsp-test')
-rwxr-xr-xtests/ocsp-tests/ocsp-test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ocsp-tests/ocsp-test b/tests/ocsp-tests/ocsp-test
index bc2641a22e..cfb3033978 100755
--- a/tests/ocsp-tests/ocsp-test
+++ b/tests/ocsp-tests/ocsp-test
@@ -20,9 +20,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