summaryrefslogtreecommitdiff
path: root/tests/suite/testdane.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/testdane.sh')
-rwxr-xr-xtests/suite/testdane.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/testdane.sh b/tests/suite/testdane.sh
index 6fb56d2f8c..fac0427f49 100755
--- a/tests/suite/testdane.sh
+++ b/tests/suite/testdane.sh
@@ -18,8 +18,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:-.}"
-DANETOOL="${DANETOOL:-../../src/danetool${EXEEXT}}"
+: ${srcdir=.}
+: ${DANETOOL=../../src/danetool${EXEEXT}}
unset RETCODE
if ! test -x "${DANETOOL}"; then