summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pkcs7-list-sign
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/pkcs7-list-sign')
-rwxr-xr-xtests/cert-tests/pkcs7-list-sign6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/pkcs7-list-sign b/tests/cert-tests/pkcs7-list-sign
index 5ca04d8005..2cf168bea4 100755
--- a/tests/cert-tests/pkcs7-list-sign
+++ b/tests/cert-tests/pkcs7-list-sign
@@ -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