test/java/net/URLConnection/UNCTest.sh

Print this page

        

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