summaryrefslogtreecommitdiff
path: root/tests/chains/chains.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chains/chains.sh')
-rwxr-xr-xtests/chains/chains.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/chains/chains.sh b/tests/chains/chains.sh
index b53d928cf..4c3fa57a0 100755
--- a/tests/chains/chains.sh
+++ b/tests/chains/chains.sh
@@ -1212,9 +1212,11 @@ parse_config()
ENTITY=
fi
- if [ -n "${VERIFY}" ]; then
+ if [ -n "${VERIFY}" ] && \
+ [ -z "$NSS_DISABLE_LIBPKIX" ]; then
verify_cert "-pp"
- if [ -n "${VERIFY_CLASSIC_ENGINE_TOO}" ]; then
+ if [ -n "${VERIFY_CLASSIC_ENGINE_TOO}" ] && \
+ [ -z "$NSS_DISABLE_LIBPKIX" ]; then
verify_cert ""
verify_cert "-p"
fi