< prev index next >

test/sun/security/mscapi/RSAEncryptDecrypt.sh

Print this page
rev 1541 : 8003890: corelibs test scripts should pass TESTVMOPTS
Reviewed-by: chegar, alanb
Contributed-by: Mark Sheppard <mark.sheppard@oracle.com>

*** 71,81 **** # # execute test program - rely on it to exit if platform # unsupported ${TESTJAVA}/bin/javac -d . ${TESTSRC}\\RSAEncryptDecrypt.java ! ${TESTJAVA}/bin/java RSAEncryptDecrypt exit ;; * ) echo "This test is not intended for '$OS' - passing test" --- 71,81 ---- # # execute test program - rely on it to exit if platform # unsupported ${TESTJAVA}/bin/javac -d . ${TESTSRC}\\RSAEncryptDecrypt.java ! ${TESTJAVA}/bin/java ${TESTVMOPTS} RSAEncryptDecrypt exit ;; * ) echo "This test is not intended for '$OS' - passing test"
< prev index next >