summaryrefslogtreecommitdiff
path: root/tests/cert-tests/provable-dh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/provable-dh')
-rwxr-xr-xtests/cert-tests/provable-dh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/provable-dh b/tests/cert-tests/provable-dh
index 0676c0f5f0..50d51ce4b7 100755
--- a/tests/cert-tests/provable-dh
+++ b/tests/cert-tests/provable-dh
@@ -20,9 +20,9 @@
#set -e
-srcdir="${srcdir:-.}"
-CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
-DIFF="${DIFF:-diff}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
+: ${DIFF=diff}
OUTFILE=provable-dh$$.tmp
if ! test -x "${CERTTOOL}"; then