summaryrefslogtreecommitdiff
path: root/tests/sni-resume.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sni-resume.sh')
-rwxr-xr-xtests/sni-resume.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sni-resume.sh b/tests/sni-resume.sh
index 913f4a8b79..717199c7e5 100755
--- a/tests/sni-resume.sh
+++ b/tests/sni-resume.sh
@@ -19,9 +19,9 @@
# You should have received a copy of the GNU Lesser General Public License
# 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