test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh

Print this page

        

@@ -173,11 +173,11 @@
 # this file.  If converting a standalone test to run with the harness,
 # as long as all files are in the same directory and it returns 0 for
 # pass, you should be able to cut and paste it into here and it will
 # run with the test harness.
 
-${TESTJAVA}/bin/java ShowExitTest
+${TESTJAVA}/bin/java ${TESTVMOPTS} ShowExitTest
 
 ###############  END YOUR TEST CODE !!!!! ############
 #Be sure the last command executed above this line returns 0 for success,
 # something non-zero for failure.
 status=$?