summaryrefslogtreecommitdiff
path: root/tests/cert-tests/name-constraints
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/name-constraints')
-rwxr-xr-xtests/cert-tests/name-constraints6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/name-constraints b/tests/cert-tests/name-constraints
index 3b2370d49a..e0c1e7479d 100755
--- a/tests/cert-tests/name-constraints
+++ b/tests/cert-tests/name-constraints
@@ -20,9 +20,9 @@
# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-srcdir="${srcdir:-.}"
-CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
-DIFF="${DIFF:-diff}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
+: ${DIFF=diff}
if ! test -x "${CERTTOOL}"; then
exit 77