Parameterise the invocation of hxtool, so we can make it run under TESTS_ENVIRONMENT. From Andrew Bartlett

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18388 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-10 09:24:07 +00:00
parent 64dc3bcf0b
commit 4f9be7d03f
8 changed files with 100 additions and 85 deletions

View File

@@ -39,7 +39,9 @@ nistdir=/sources/pki/nist/PKITS_data
test -d "$nistdir" || exit 77
if ./hxtool validate DIR:$nistdir/certs > /dev/null; then
hxtool="${TESTS_ENVIRONMENT} ./hxtool"
if ${hxtool} validate DIR:$nistdir/certs > /dev/null; then
:
else
echo "validate failed"