summaryrefslogtreecommitdiff
path: root/tests/profile-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/profile-tests.sh')
-rwxr-xr-xtests/profile-tests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/profile-tests.sh b/tests/profile-tests.sh
index 71295fd5a6..3c50a1628a 100755
--- a/tests/profile-tests.sh
+++ b/tests/profile-tests.sh
@@ -22,9 +22,9 @@
# This program tests whether the profile keywords work as expected
-srcdir="${srcdir:-.}"
-SERV="${SERV:-../src/gnutls-serv${EXEEXT}}"
-CLI="${CLI:-../src/gnutls-cli${EXEEXT}}"
+: ${srcdir=.}
+: ${SERV=../src/gnutls-serv${EXEEXT}}
+: ${CLI=../src/gnutls-cli${EXEEXT}}
TMPFILE=config.$$.tmp
export GNUTLS_SYSTEM_PRIORITY_FAIL_ON_INVALID=1