提交 ee607d33 编写于 作者: B Bodo Möller

Don't try to test the RSA command if it is not available.

上级 e11f0de6
......@@ -3,6 +3,13 @@
PATH=../apps:$PATH
export PATH
if ../apps/openssl list-standard-commands | grep '^rsa$' >/dev/null; then
echo openssl rsa command available
else
echo openssl rsa command not available, skipping test
exit 0
fi
cmd='../apps/openssl rsa'
if [ "$1"x != "x" ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册