summaryrefslogtreecommitdiff
path: root/tests/ocsp-tests/ocsptool
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ocsp-tests/ocsptool')
-rwxr-xr-xtests/ocsp-tests/ocsptool8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ocsp-tests/ocsptool b/tests/ocsp-tests/ocsptool
index 6677f80588..b10013ed32 100755
--- a/tests/ocsp-tests/ocsptool
+++ b/tests/ocsp-tests/ocsptool
@@ -21,10 +21,10 @@
# Sanity check program for various ocsptool options
-srcdir="${srcdir:-.}"
-OCSPTOOL="${OCSPTOOL:-../src/ocsptool${EXEEXT}}"
-DIFF="${DIFF:-diff}"
-CMP="${CMP:-cmp}"
+: ${srcdir=.}
+: ${OCSPTOOL=../src/ocsptool${EXEEXT}}
+: ${DIFF=diff}
+: ${CMP=cmp}
TMPFILE=ocsp.$$.tmp
if ! test -x "${OCSPTOOL}"; then