test/java/nio/channels/spi/AsynchronousChannelProvider/custom_provider.sh

Print this page

        

*** 49,59 **** failures=0 go() { echo '' ! $JAVA ${TESTVMOPTS} $1 $2 $3 2>&1 if [ $? != 0 ]; then failures=`expr $failures + 1`; fi } # Run the tests --- 49,59 ---- failures=0 go() { echo '' ! $JAVA ${TESTVMOPTS} ${TESTJAVAOPTS} $1 $2 $3 2>&1 if [ $? != 0 ]; then failures=`expr $failures + 1`; fi } # Run the tests