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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user