summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pem-decoding
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/pem-decoding')
-rwxr-xr-xtests/cert-tests/pem-decoding4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cert-tests/pem-decoding b/tests/cert-tests/pem-decoding
index 267a1fc7f3..dc9380c74b 100755
--- a/tests/cert-tests/pem-decoding
+++ b/tests/cert-tests/pem-decoding
@@ -22,8 +22,8 @@
#set -e
-srcdir="${srcdir:-.}"
-CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
if ! test -x "${CERTTOOL}"; then
exit 77