summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pkcs12-gost
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/pkcs12-gost')
-rwxr-xr-xtests/cert-tests/pkcs12-gost6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/pkcs12-gost b/tests/cert-tests/pkcs12-gost
index f7c4bba52b..ab94479ba7 100755
--- a/tests/cert-tests/pkcs12-gost
+++ b/tests/cert-tests/pkcs12-gost
@@ -22,8 +22,8 @@
# This test cannot run under windows because it passes UTF8 data on command
# line. This seems not to work under windows.
-srcdir="${srcdir:-.}"
-CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
if ! test -x "${CERTTOOL}"; then
exit 77
@@ -38,7 +38,7 @@ if ! test -z "${VALGRIND}"; then
VALGRIND="${LIBTOOL:-libtool} --mode=execute ${VALGRIND} --error-exitcode=1"
fi
-DIFF="${DIFF:-diff}"
+: ${DIFF=diff}
DEBUG=""
TMPFILE=pkcs12-gost.$$.tmp