summaryrefslogtreecommitdiff
path: root/tests/gnutls-cli-self-signed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gnutls-cli-self-signed.sh')
-rwxr-xr-xtests/gnutls-cli-self-signed.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gnutls-cli-self-signed.sh b/tests/gnutls-cli-self-signed.sh
index fbb5375bf0..d68b64d80c 100755
--- a/tests/gnutls-cli-self-signed.sh
+++ b/tests/gnutls-cli-self-signed.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
TMPFILE=self-signed.$$.pem.tmp