summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarcus Burghardt <mburghardt@mozilla.com>2019-10-11 03:49:25 +0000
committerMarcus Burghardt <mburghardt@mozilla.com>2019-10-11 03:49:25 +0000
commit4773827d33691bfe104debb0b78156574612b24d (patch)
tree56dc1dcd9dd8bb50849f5e81ba6c337383870a96 /tests
parent96a54e65e82ad4baa20ca208e633bd20f136f365 (diff)
downloadnss-hg-4773827d33691bfe104debb0b78156574612b24d.tar.gz
Bug 1465613 - Created two new fields for scheduled distrust from builtins and updated support commands. r=jcj,kjacobs,mt
Added two new fields do scheduled distrust of CAs in nssckbi/builtins. Also, created a testlib to validate these fields with gtests. Differential Revision: https://phabricator.services.mozilla.com/D36597
Diffstat (limited to 'tests')
-rwxr-xr-xtests/cert/cert.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert/cert.sh b/tests/cert/cert.sh
index 616043cff..84edb59f1 100755
--- a/tests/cert/cert.sh
+++ b/tests/cert/cert.sh
@@ -50,7 +50,7 @@ cert_init()
LIBDIR="${DIST}/${OBJDIR}/lib"
- ROOTCERTSFILE=`ls -1 ${LIBDIR}/*nssckbi* | head -1`
+ ROOTCERTSFILE=`ls -1 ${LIBDIR}/*nssckbi.* | head -1`
if [ ! "${ROOTCERTSFILE}" ] ; then
html_failed "Looking for root certs module."
cert_log "ERROR: Root certs module not found."