summaryrefslogtreecommitdiff
path: root/tests/system-override-invalid.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system-override-invalid.sh')
-rwxr-xr-xtests/system-override-invalid.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system-override-invalid.sh b/tests/system-override-invalid.sh
index 9bd1e91f93..8b8f673410 100755
--- a/tests/system-override-invalid.sh
+++ b/tests/system-override-invalid.sh
@@ -20,8 +20,8 @@
# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-srcdir="${srcdir:-.}"
-CLI="${CLI:-../src/gnutls-cli${EXEEXT}}"
+: ${srcdir=.}
+: ${CLI=../src/gnutls-cli${EXEEXT}}
TMPFILE=c.$$.tmp
export GNUTLS_SYSTEM_PRIORITY_FAIL_ON_INVALID=1