summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pkcs12
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/pkcs12')
-rwxr-xr-xtests/cert-tests/pkcs126
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/pkcs12 b/tests/cert-tests/pkcs12
index f28230a7b2..a04b043c8e 100755
--- a/tests/cert-tests/pkcs12
+++ b/tests/cert-tests/pkcs12
@@ -21,8 +21,8 @@
# 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}}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
if ! test -x "${CERTTOOL}"; then
exit 77
@@ -37,7 +37,7 @@ if ! test -z "${VALGRIND}"; then
VALGRIND="${LIBTOOL:-libtool} --mode=execute ${VALGRIND} --error-exitcode=1"
fi
-DIFF="${DIFF:-diff}"
+: ${DIFF=diff}
DEBUG=""
TMPFILE=pkcs12.$$.tmp