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