summaryrefslogtreecommitdiff
path: root/tests/cert-tests/userid
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/userid')
-rwxr-xr-xtests/cert-tests/userid4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cert-tests/userid b/tests/cert-tests/userid
index e3cdef1efa..39753c2753 100755
--- a/tests/cert-tests/userid
+++ b/tests/cert-tests/userid
@@ -20,8 +20,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:-.}"
-CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
if ! test -x "${CERTTOOL}"; then
exit 77