test/java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh

Print this page

        

@@ -107,11 +107,11 @@
 
 failures=0
 
 go() {
     echo ''
-    sh -xc "$JAVA $DFLAG $1 $2 $3 $4 $5 $6 $7 $8" 2>&1
+    sh -xc "$JAVA ${TESTVMOPTS} $DFLAG $1 $2 $3 $4 $5 $6 $7 $8" 2>&1
     if [ $? != 0 ]; then failures=`expr $failures + 1`; fi
 }
 
 # Run the tests