summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pkcs12-utf8
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/pkcs12-utf8')
-rwxr-xr-xtests/cert-tests/pkcs12-utf86
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/pkcs12-utf8 b/tests/cert-tests/pkcs12-utf8
index ace10ca181..168e7c5126 100755
--- a/tests/cert-tests/pkcs12-utf8
+++ b/tests/cert-tests/pkcs12-utf8
@@ -25,8 +25,8 @@
# line. This seems not to work under windows. It intentionally depends on
# bash as few other shells cannot handle utf8 strings
-srcdir="${srcdir:-.}"
-CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
if ! test -x "${CERTTOOL}"; then
exit 77
@@ -36,7 +36,7 @@ if ! test -z "${VALGRIND}"; then
VALGRIND="${LIBTOOL:-libtool} --mode=execute ${VALGRIND} --error-exitcode=1"
fi
-DIFF="${DIFF:-diff}"
+: ${DIFF=diff}
DEBUG=""
TMPFILE=pkcs12-utf8.$$.tmp