test/sun/tools/native2ascii/resources/ImmutableResourceTest.sh

Print this page

        

*** 102,112 **** #Compile. tools.jar is required on the classpath. ${TESTJAVA}/bin/javac -d "${TESTCLASSES}" ${CP} -g \ "${TESTSRC}"/"${TARGETCLASS}".java # #Run the test class, again with the classpath we need: ! ${TESTJAVA}/bin/java ${CP} ${TARGETCLASS} status=$? echo "test status was: $status" if [ $status -eq "0" ]; then pass "" --- 102,112 ---- #Compile. tools.jar is required on the classpath. ${TESTJAVA}/bin/javac -d "${TESTCLASSES}" ${CP} -g \ "${TESTSRC}"/"${TARGETCLASS}".java # #Run the test class, again with the classpath we need: ! ${TESTJAVA}/bin/java ${TESTVMOPTS} ${CP} ${TARGETCLASS} status=$? echo "test status was: $status" if [ $status -eq "0" ]; then pass ""