提交 c2326400 编写于 作者: W weijun

8026712: TEST_BUG: update sun/security/tools/keytool/autotest.sh with a new...

8026712: TEST_BUG: update sun/security/tools/keytool/autotest.sh with a new location to find of libsoftokn3.so
Reviewed-by: vinnie
上级 545e6cdd
...@@ -73,11 +73,13 @@ case "$OS" in ...@@ -73,11 +73,13 @@ case "$OS" in
if [ $B32 = true ]; then if [ $B32 = true ]; then
LIBNAME=`find_one \ LIBNAME=`find_one \
"/usr/lib/libsoftokn3.so" \ "/usr/lib/libsoftokn3.so" \
"/usr/lib/i386-linux-gnu/nss/libsoftokn3.so"` "/usr/lib/i386-linux-gnu/nss/libsoftokn3.so" \
"/usr/lib/nss/libsoftokn3.so"`
else else
LIBNAME=`find_one \ LIBNAME=`find_one \
"/usr/lib64/libsoftokn3.so" \ "/usr/lib64/libsoftokn3.so" \
"/usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so"` "/usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so" \
"/usr/lib/nss/libsoftokn3.so"`
fi fi
;; ;;
* ) * )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册