summaryrefslogtreecommitdiff
path: root/tests/system-override-curves.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system-override-curves.sh')
-rwxr-xr-xtests/system-override-curves.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/system-override-curves.sh b/tests/system-override-curves.sh
index 84d581bc8f..5e8cbcef25 100755
--- a/tests/system-override-curves.sh
+++ b/tests/system-override-curves.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}}
TMPFILE=config.$$.tmp
TMPFILE2=log.$$.tmp
export GNUTLS_SYSTEM_PRIORITY_FAIL_ON_INVALID=1