summaryrefslogtreecommitdiff
path: root/tests/cipher-listings.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cipher-listings.sh')
-rwxr-xr-xtests/cipher-listings.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cipher-listings.sh b/tests/cipher-listings.sh
index f11b01babb..768f5cfe63 100755
--- a/tests/cipher-listings.sh
+++ b/tests/cipher-listings.sh
@@ -20,10 +20,10 @@
# 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}}"
-DIFF="${DIFF:-diff -b -B}"
-SED="${SED:-sed}"
+: ${srcdir=.}
+: ${CLI=../src/gnutls-cli${EXEEXT}}
+: ${DIFF=diff -b -B}
+: ${SED=sed}
unset RETCODE
TMPFILE=cipher-listings.$$.tmp