summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2022-12-19 21:49:24 +0000
committerKai Engert <kaie@kuix.de>2022-12-19 21:49:24 +0000
commitce17568634f4b3ae7174ada1c77cd53ad620aba9 (patch)
tree769c3920559fc4332dfbda938bf3367c17b2ee12 /tests
parent753b46c0f439ffb607145992c134251c825456c3 (diff)
downloadnss-hg-ce17568634f4b3ae7174ada1c77cd53ad620aba9.tar.gz
Bug 1806393 - Use non-empty password for p12 test files used by Thunderbird. r=bbeurdouche,nss-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D165019
Diffstat (limited to 'tests')
-rwxr-xr-xtests/smime/smime.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/smime/smime.sh b/tests/smime/smime.sh
index 4e0063644..e7e05aa2a 100755
--- a/tests/smime/smime.sh
+++ b/tests/smime/smime.sh
@@ -577,10 +577,10 @@ smime_main()
smime_data_tb()
{
- ${BINDIR}/pk12util -d ${P_R_ALICEDIR} -o tb/Alice.p12 -n Alice -K nss -W ""
- ${BINDIR}/pk12util -d ${P_R_BOBDIR} -o tb/Bob.p12 -n Bob -K nss -W ""
- ${BINDIR}/pk12util -d ${P_R_DAVEDIR} -o tb/Dave.p12 -n Dave -K nss -W ""
- ${BINDIR}/pk12util -d ${P_R_EVEDIR} -o tb/Eve.p12 -n Eve -K nss -W ""
+ ${BINDIR}/pk12util -d ${P_R_ALICEDIR} -o tb/Alice.p12 -n Alice -K nss -W nss
+ ${BINDIR}/pk12util -d ${P_R_BOBDIR} -o tb/Bob.p12 -n Bob -K nss -W nss
+ ${BINDIR}/pk12util -d ${P_R_DAVEDIR} -o tb/Dave.p12 -n Dave -K nss -W nss
+ ${BINDIR}/pk12util -d ${P_R_EVEDIR} -o tb/Eve.p12 -n Eve -K nss -W nss
CAOUT=tb/TestCA.pem
cat ${P_R_CADIR}/TestCA.ca.cert | sed 's/\r$//' | ${BINDIR}/btoa -w c >> ${CAOUT}
}