< prev index next >

test/java/lang/Runtime/exec/setcwd.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>

*** 35,41 **** mkdir foo cp ${TESTCLASSES}/SetCwd.class . cp ${TESTCLASSES}/SetCwd.class foo # now start the test ! ${TESTJAVA}/bin/java SetCwd --- 35,41 ---- mkdir foo cp ${TESTCLASSES}/SetCwd.class . cp ${TESTCLASSES}/SetCwd.class foo # now start the test ! ${TESTJAVA}/bin/java ${TESTVMOPTS} SetCwd
< prev index next >