summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pkcs8-gost
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/pkcs8-gost')
-rwxr-xr-xtests/cert-tests/pkcs8-gost6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/pkcs8-gost b/tests/cert-tests/pkcs8-gost
index 325b47a581..6527d9d369 100755
--- a/tests/cert-tests/pkcs8-gost
+++ b/tests/cert-tests/pkcs8-gost
@@ -19,9 +19,9 @@
# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-srcdir="${srcdir:-.}"
-CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
-DIFF="${DIFF:-diff -b -B}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
+: ${DIFF=diff -b -B}
TMPFILE=pkcs8-gost-decode.$$.tmp
if ! test -x "${CERTTOOL}"; then