summaryrefslogtreecommitdiff
path: root/tests/cert-tests/cert-sanity
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/cert-sanity')
-rwxr-xr-xtests/cert-tests/cert-sanity6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/cert-sanity b/tests/cert-tests/cert-sanity
index 4bf0a0cf85..c2d63d966c 100755
--- a/tests/cert-tests/cert-sanity
+++ b/tests/cert-tests/cert-sanity
@@ -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