summaryrefslogtreecommitdiff
path: root/tests/cert-tests/aki
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-05 09:13:39 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-05 09:20:14 +0200
commit4722f38295fa77e74eef99129eef6df5a7a4aaab (patch)
tree41d0e563d9bec86ee5275d9c213ce4b8e1e36a95 /tests/cert-tests/aki
parent4bb650915bf6b53e84d344b2d0a5509ce967a6c7 (diff)
downloadgnutls-4722f38295fa77e74eef99129eef6df5a7a4aaab.tar.gz
Pass the LIBTOOL variable into test scripts
That allows using the detected libtool in scripts. That corrects an issue on OS X systems that ship a different libtool. Reported by Daniel E. Macks.
Diffstat (limited to 'tests/cert-tests/aki')
-rwxr-xr-xtests/cert-tests/aki2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert-tests/aki b/tests/cert-tests/aki
index 3421fa96b8..5522a20f0a 100755
--- a/tests/cert-tests/aki
+++ b/tests/cert-tests/aki
@@ -26,7 +26,7 @@ srcdir=${srcdir:-.}
CERTTOOL=${CERTTOOL:-../../src/certtool$EXEEXT}
DIFF=${DIFF:-diff}
if ! test -z "${VALGRIND}";then
-VALGRIND="libtool --mode=execute ${VALGRIND}"
+VALGRIND="${LIBTOOL:libtool} --mode=execute ${VALGRIND}"
fi
$VALGRIND $CERTTOOL --certificate-info --infile $srcdir/aki-cert.pem \