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

Print this page

        

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