< prev index next >

test/java/net/URLConnection/UNCTest.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>

*** 34,44 **** OS=`uname -s` case "$OS" in Windows_95 | Windows_98 | Windows_NT ) ${TESTJAVA}/bin/javac -d . ${TESTSRC}\\UNCTest.java ! ${TESTJAVA}/bin/java UNCTest ${UNC} exit ;; * ) echo "This test is not intended for this OS - passing test" --- 34,44 ---- OS=`uname -s` case "$OS" in Windows_95 | Windows_98 | Windows_NT ) ${TESTJAVA}/bin/javac -d . ${TESTSRC}\\UNCTest.java ! ${TESTJAVA}/bin/java ${TESTVMOPTS} UNCTest ${UNC} exit ;; * ) echo "This test is not intended for this OS - passing test"
< prev index next >