summaryrefslogtreecommitdiff
path: root/tests/gnutls-cli-resume.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gnutls-cli-resume.sh')
-rwxr-xr-xtests/gnutls-cli-resume.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gnutls-cli-resume.sh b/tests/gnutls-cli-resume.sh
index 38ac076efa..e46eb45507 100755
--- a/tests/gnutls-cli-resume.sh
+++ b/tests/gnutls-cli-resume.sh
@@ -20,9 +20,9 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>
#
-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}}
unset RETCODE
if ! test -x "${SERV}"; then