summaryrefslogtreecommitdiff
path: root/tests/danetool.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/danetool.sh')
-rwxr-xr-xtests/danetool.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/danetool.sh b/tests/danetool.sh
index be4445d93e..77ab0305c2 100755
--- a/tests/danetool.sh
+++ b/tests/danetool.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}}
if test "${WINDIR}" != ""; then
exit 77