diff options
Diffstat (limited to 'tests/cert-tests/sha3-test')
-rwxr-xr-x | tests/cert-tests/sha3-test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cert-tests/sha3-test b/tests/cert-tests/sha3-test index a4300672c3..386b20b63d 100755 --- a/tests/cert-tests/sha3-test +++ b/tests/cert-tests/sha3-test @@ -20,9 +20,9 @@ #set -e -srcdir="${srcdir:-.}" -CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}" -DIFF="${DIFF:-diff}" +: ${srcdir=.} +: ${CERTTOOL=../../src/certtool${EXEEXT}} +: ${DIFF=diff} TMPFILE=sha3.$$.tmp if ! test -x "${CERTTOOL}"; then |