< prev index next >

test/sun/security/mscapi/IsSunMSCAPIAvailable.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>

*** 41,51 **** # but JTREG does not pass this env variable when executing a shell script. # # execute test program - rely on it to exit if platform unsupported ${TESTJAVA}/bin/javac -d . ${TESTSRC}\\IsSunMSCAPIAvailable.java ! ${TESTJAVA}/bin/java IsSunMSCAPIAvailable exit ;; * ) echo "This test is not intended for '$OS' - passing test" --- 41,51 ---- # but JTREG does not pass this env variable when executing a shell script. # # execute test program - rely on it to exit if platform unsupported ${TESTJAVA}/bin/javac -d . ${TESTSRC}\\IsSunMSCAPIAvailable.java ! ${TESTJAVA}/bin/java ${TESTVMOPTS} IsSunMSCAPIAvailable exit ;; * ) echo "This test is not intended for '$OS' - passing test"
< prev index next >