jdk/test/sun/security/mscapi/SignUsingSHA2withRSA.sh
changeset 30045 719de2e9d356
parent 14786 a9f61e0cbe61
child 33868 9c1bde39fe18
equal deleted inserted replaced
30044:bab15bbe2ca3 30045:719de2e9d356
    26 
    26 
    27 # @test
    27 # @test
    28 # @bug 6753664
    28 # @bug 6753664
    29 # @run shell SignUsingSHA2withRSA.sh
    29 # @run shell SignUsingSHA2withRSA.sh
    30 # @summary Support SHA256 (and higher) in SunMSCAPI
    30 # @summary Support SHA256 (and higher) in SunMSCAPI
       
    31 # @key intermittent
    31 
    32 
    32 # set a few environment variables so that the shell-script can run stand-alone
    33 # set a few environment variables so that the shell-script can run stand-alone
    33 # in the source directory
    34 # in the source directory
    34 if [ "${TESTSRC}" = "" ] ; then
    35 if [ "${TESTSRC}" = "" ] ; then
    35    TESTSRC="."
    36    TESTSRC="."