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