summaryrefslogtreecommitdiff
path: root/tests/long-crl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/long-crl.sh')
-rwxr-xr-xtests/long-crl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/long-crl.sh b/tests/long-crl.sh
index 3abd910cbd..b59c8cb74c 100755
--- a/tests/long-crl.sh
+++ b/tests/long-crl.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:-.}"
-CERTTOOL="${CERTTOOL:-../src/certtool${EXEEXT}}"
+: ${srcdir=.}
+: ${CERTTOOL=../src/certtool${EXEEXT}}
if ! test -x "${CERTTOOL}"; then
exit 77