test/java/util/zip/ZipFile/deletetempjar.sh

Print this page

        

@@ -28,11 +28,11 @@
 if [ "x$TESTJAVA" = x ]; then
   TESTJAVA=$1; shift
   TESTCLASSES=.
 fi
 
-tmpfile=`$TESTJAVA/bin/java ${TESTVMOPTS} -classpath $TESTCLASSES DeleteTempJar`
+tmpfile=`$TESTJAVA/bin/java ${TESTVMOPTS} ${TESTJAVAOPTS} -classpath $TESTCLASSES DeleteTempJar`
 rc=$?
 if [ $rc != 0 ]; then
     echo Unexpected failure with exit status $rc
     exit $rc
 elif [ -f "$tmpfile" ]; then