summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pkcs8
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/pkcs8')
-rwxr-xr-xtests/cert-tests/pkcs86
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/pkcs8 b/tests/cert-tests/pkcs8
index d23aad94b4..8bad70193e 100755
--- a/tests/cert-tests/pkcs8
+++ b/tests/cert-tests/pkcs8
@@ -18,9 +18,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}}"
-GREP="${GREP:-grep}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
+: ${GREP=grep}
TMPFILE=tmp-key-ca.$$.p8