summaryrefslogtreecommitdiff
path: root/tests/cert-tests/illegal-rsa
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/illegal-rsa')
-rwxr-xr-xtests/cert-tests/illegal-rsa6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/illegal-rsa b/tests/cert-tests/illegal-rsa
index 1b9a162779..d0cb611bc9 100755
--- a/tests/cert-tests/illegal-rsa
+++ b/tests/cert-tests/illegal-rsa
@@ -18,9 +18,9 @@
# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-srcdir="${srcdir:-.}"
-CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
-GREP="${GREP:-grep}"
+: ${srcdir=.}
+: ${CERTTOOL=../../src/certtool${EXEEXT}}
+: ${GREP=grep}
if ! test -x "${CERTTOOL}"; then
exit 77