summaryrefslogtreecommitdiff
path: root/tests/cert-tests/dsa
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/dsa')
-rwxr-xr-xtests/cert-tests/dsa8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cert-tests/dsa b/tests/cert-tests/dsa
index f8901c8c3e..ed3821e932 100755
--- a/tests/cert-tests/dsa
+++ b/tests/cert-tests/dsa
@@ -20,13 +20,13 @@
# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-srcdir="${srcdir:-.}"
-SERV="${SERV:-../../src/gnutls-serv}"
-CLI="${CLI:-../../src/gnutls-cli}"
+: ${srcdir=.}
+: ${SERV=../../src/gnutls-serv}
+: ${CLI=../../src/gnutls-cli}
DEBUG=""
unset RETCODE
-CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
if ! test -x "${CERTTOOL}"; then
exit 77