summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pkcs7-eddsa
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/pkcs7-eddsa')
-rwxr-xr-xtests/cert-tests/pkcs7-eddsa6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/pkcs7-eddsa b/tests/cert-tests/pkcs7-eddsa
index 6f235c512b..40179703bc 100755
--- a/tests/cert-tests/pkcs7-eddsa
+++ b/tests/cert-tests/pkcs7-eddsa
@@ -19,9 +19,9 @@
#set -e
-srcdir="${srcdir:-.}"
-CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
-DIFF="${DIFF:-diff -b -B}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
+: ${DIFF=diff -b -B}
if ! test -x "${CERTTOOL}"; then
exit 77