提交 fcd9d7ca 编写于 作者: W weijun

7187051: ShortRSAKeynnn.sh tests should do cleanup before start test

Reviewed-by: xuelei
上级 b44fd7b7
......@@ -62,6 +62,13 @@ BITS=$1
case "$OS" in
Windows* | CYGWIN* )
echo "Removing the keypair if it already exists (for unknown reason)..."
${TESTJAVA}${FS}bin${FS}keytool \
-delete \
-storetype Windows-My \
-debug \
-alias 7106773.$BITS
echo "Creating a temporary RSA keypair in the Windows-My store..."
${TESTJAVA}${FS}bin${FS}keytool \
-genkeypair \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册