summaryrefslogtreecommitdiff
path: root/tests/crmf
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2019-03-04 21:29:12 +0100
committerKai Engert <kaie@kuix.de>2019-03-04 21:29:12 +0100
commit78f67cac87cc6565d185e63b8c084f879ebb00dc (patch)
treea2bbc770a24c4d6c1a97b8d6a5e586860053a106 /tests/crmf
parent5dee8aba72f669519ce5e8f1e246ffe9d5640c82 (diff)
downloadnss-hg-78f67cac87cc6565d185e63b8c084f879ebb00dc.tar.gz
Bug 1532384 - In NSS test certificates, use @example.com (not @bogus.com). r=jcj
Diffstat (limited to 'tests/crmf')
-rw-r--r--tests/crmf/crmf.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/crmf/crmf.sh b/tests/crmf/crmf.sh
index 6059c1991..4e1f35782 100644
--- a/tests/crmf/crmf.sh
+++ b/tests/crmf/crmf.sh
@@ -58,12 +58,12 @@ crmf_init()
crmf_main()
{
echo "$SCRIPTNAME: CRMF/CMMF Tests ------------------------------"
- echo "crmftest -d ${P_R_BOBDIR} -p Bob -e dave@bogus.com -s TestCA -P nss crmf decode"
- ${BINDIR}/crmftest -d ${P_R_BOBDIR} -p Bob -e dave@bogus.com -s TestCA -P nss crmf decode
+ echo "crmftest -d ${P_R_BOBDIR} -p Bob -e dave@example.com -s TestCA -P nss crmf decode"
+ ${BINDIR}/crmftest -d ${P_R_BOBDIR} -p Bob -e dave@example.com -s TestCA -P nss crmf decode
html_msg $? 0 "CRMF test" "."
- echo "crmftest -d ${P_R_BOBDIR} -p Bob -e dave@bogus.com -s TestCA -P nss cmmf"
- ${BINDIR}/crmftest -d ${P_R_BOBDIR} -p Bob -e dave@bogus.com -s TestCA -P nss cmmf
+ echo "crmftest -d ${P_R_BOBDIR} -p Bob -e dave@example.com -s TestCA -P nss cmmf"
+ ${BINDIR}/crmftest -d ${P_R_BOBDIR} -p Bob -e dave@example.com -s TestCA -P nss cmmf
html_msg $? 0 "CMMF test" "."
# Add tests for key recovery and challange as crmftest's capabilities increase