summaryrefslogtreecommitdiff
path: root/tests/suite/testrandom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/testrandom.sh')
-rwxr-xr-xtests/suite/testrandom.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/testrandom.sh b/tests/suite/testrandom.sh
index 1283e9e765..fffde850e8 100755
--- a/tests/suite/testrandom.sh
+++ b/tests/suite/testrandom.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