summaryrefslogtreecommitdiff
path: root/tests/cert-tests/othername-test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/othername-test')
-rwxr-xr-xtests/cert-tests/othername-test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/othername-test b/tests/cert-tests/othername-test
index 00f93b22dd..40eb6c12bb 100755
--- a/tests/cert-tests/othername-test
+++ b/tests/cert-tests/othername-test
@@ -20,9 +20,9 @@
#set -e
-srcdir="${srcdir:-.}"
-CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
-DIFF="${DIFF:-diff}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
+: ${DIFF=diff}
OUTFILE=tmp-othername.pem
if ! test -x "${CERTTOOL}"; then