Navigation Menu

Skip to content

Commit

Permalink
Bug 1395495, bustage fix, Don't use the modu function from cert.sh, r…
Browse files Browse the repository at this point in the history
…=kaie
  • Loading branch information
ueno committed Sep 18, 2017
1 parent 840ed75 commit 7d9409e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/tools/tools.sh
Expand Up @@ -501,7 +501,9 @@ tools_modutil()
{
echo "$SCRIPTNAME: Test if DB created by modutil -create is initialized"
mkdir -p ${R_TOOLSDIR}/moddir
modu -create -dbdir "${R_TOOLSDIR}/moddir" 2>&1
# copied from modu function in cert.sh
# echo is used to press Enter expected by modutil
echo | ${BINDIR}/modutil -create -dbdir "${R_TOOLSDIR}/moddir" 2>&1
ret=$?
${BINDIR}/certutil -S -s 'CN=TestUser' -d "${TOOLSDIR}/moddir" -n TestUser \
-x -t ',,' -z "${R_NOISE_FILE}"
Expand Down

0 comments on commit 7d9409e

Please sign in to comment.