summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pkcs8-decode
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/pkcs8-decode')
-rwxr-xr-xtests/cert-tests/pkcs8-decode6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/pkcs8-decode b/tests/cert-tests/pkcs8-decode
index 2fb8696626..27c84bfaf3 100755
--- a/tests/cert-tests/pkcs8-decode
+++ b/tests/cert-tests/pkcs8-decode
@@ -20,9 +20,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-decode.$$.tmp
if ! test -x "${CERTTOOL}"; then