summaryrefslogtreecommitdiff
path: root/tests/pkits
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2017-10-16 12:39:33 +0200
committerKai Engert <kaie@kuix.de>2017-10-16 12:39:33 +0200
commit0f3f8e288f970d54c545083e59b5cd6336ec0c2f (patch)
tree9d38ff62df6ef86e5ed859c596fb7ee9aa3a7faa /tests/pkits
parent7da8e5b93f94c1ccaa7178eea167c906480109d2 (diff)
downloadnss-hg-0f3f8e288f970d54c545083e59b5cd6336ec0c2f.tar.gz
Bug 1403691, follow up fix to allow the pkits tests to work with sql db format
Diffstat (limited to 'tests/pkits')
-rwxr-xr-xtests/pkits/pkits.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkits/pkits.sh b/tests/pkits/pkits.sh
index ecf007736..e79fdd382 100755
--- a/tests/pkits/pkits.sh
+++ b/tests/pkits/pkits.sh
@@ -93,7 +93,7 @@ pkits_init()
${BINDIR}/certutil -N -d ${PKITSdb} -f ${PKITSdb}/pw
${BINDIR}/certutil -A -n TrustAnchorRootCertificate -t "C,C,C" -i \
- $certs/TrustAnchorRootCertificate.crt -d $PKITSdb
+ $certs/TrustAnchorRootCertificate.crt -d $PKITSdb -f ${PKITSdb}/pw
if [ -z "$NSS_NO_PKITS_CRLS" ]; then
${BINDIR}/crlutil -I -i $crls/TrustAnchorRootCRL.crl -d ${PKITSdb} -f ${PKITSdb}/pw
else