test/java/lang/Runtime/shutdown/ShutdownHooks.sh

Print this page

        

*** 44,54 **** rm -f ${TESTCLASSES}/${FILENAME} # create the file to be deleted on exit echo "testing shutdown" > ${TESTCLASSES}/${FILENAME} ! ${TESTJAVA}/bin/java ${TESTVMOPTS} -classpath ${TESTCLASSES} ShutdownHooks ${TESTCLASSES} $FILENAME if [ $? != 0 ] ; then echo "Test Failed"; exit 1 fi if [ -f ${TESTCLASSES}/${FILENAME} ]; then --- 44,54 ---- rm -f ${TESTCLASSES}/${FILENAME} # create the file to be deleted on exit echo "testing shutdown" > ${TESTCLASSES}/${FILENAME} ! ${TESTJAVA}/bin/java ${TESTVMOPTS} ${TESTJAVAOPTS} -classpath ${TESTCLASSES} ShutdownHooks ${TESTCLASSES} $FILENAME if [ $? != 0 ] ; then echo "Test Failed"; exit 1 fi if [ -f ${TESTCLASSES}/${FILENAME} ]; then