summaryrefslogtreecommitdiff
path: root/tests/cert/cert.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert/cert.sh')
-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."