summaryrefslogtreecommitdiff
path: root/tests/cert-tests/alt-chain
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/alt-chain')
-rwxr-xr-xtests/cert-tests/alt-chain6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/alt-chain b/tests/cert-tests/alt-chain
index a2261b3809..d72bfa41d6 100755
--- a/tests/cert-tests/alt-chain
+++ b/tests/cert-tests/alt-chain
@@ -20,9 +20,9 @@
#set -e
-srcdir="${srcdir:-.}"
-CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
-DIFF="${DIFF:-diff -b -B}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
+: ${DIFF=diff -b -B}
if ! test -x "${CERTTOOL}"; then
exit 77