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