summaryrefslogtreecommitdiff
path: root/tests/cert-tests/dane
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/dane')
-rwxr-xr-xtests/cert-tests/dane6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/dane b/tests/cert-tests/dane
index 66a1f30817..9398c73dcc 100755
--- a/tests/cert-tests/dane
+++ b/tests/cert-tests/dane
@@ -22,9 +22,9 @@
set -e
-srcdir="${srcdir:-.}"
-DANETOOL="${DANETOOL:-../../src/danetool${EXEEXT}}"
-DIFF="${DIFF:-diff}"
+: ${srcdir=.}
+: ${DANETOOL=../../src/danetool${EXEEXT}}
+: ${DIFF=diff}
test -e "${DANETOOL}" || exit 77