< prev index next >

test/jdk/sun/security/pkcs11/Provider/Login.sh

Print this page
rev 59107 : imported patch security

*** 54,69 **** # let java test exit if platform unsupported OS=`uname -s` case "$OS" in - SunOS ) - FS="/" - PS=":" - CP="${FS}bin${FS}cp" - CHMOD="${FS}bin${FS}chmod" - ;; Linux ) FS="/" PS=":" CP="${FS}bin${FS}cp" CHMOD="${FS}bin${FS}chmod" --- 54,63 ----
< prev index next >