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