diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-02-13 11:58:20 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-02-13 11:58:20 +0000 |
commit | 0a4267adde014aefbe2381a82a94a1b631b84619 (patch) | |
tree | 4eaa65a9becfe5549b989197d553c372ee5acc9a /tests | |
parent | 4096348b656d43aa49565fd7462c7690f6daee29 (diff) | |
download | gnutls-0a4267adde014aefbe2381a82a94a1b631b84619.tar.gz |
Fix.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/nist-pkits/pkits | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/nist-pkits/pkits b/tests/nist-pkits/pkits index cc307db131..8d87fa234d 100755 --- a/tests/nist-pkits/pkits +++ b/tests/nist-pkits/pkits @@ -20,6 +20,9 @@ set -e +srcdir=${srcdir:-.} +CERTTOOL=${CERTTOOL:-../../src/certtool} + echo "Running PKITS CRL..." ./pkits_crl |