< prev index next >

test/jdk/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh

Print this page
rev 59107 : imported patch security

*** 60,85 **** echo DEBUG=${DEBUG} echo "" OS=`uname -s` case "$OS" in - SunOS ) - FS="/" - PS=":" - OS_VERSION=`uname -r` - case "${OS_VERSION}" in - 5.1* ) - SOFTTOKEN_DIR=${TESTCLASSES} - export SOFTTOKEN_DIR - TOKENS="nss solaris" - ;; - * ) - # SunPKCS11-Solaris Test only runs on Solaris 5.10 and later - TOKENS="nss" - ;; - esac - ;; Windows_* ) FS="\\" PS=";" TOKENS="nss" ;; --- 60,69 ----
< prev index next >