< prev index next >

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

Print this page
rev 1541 : 8003890: corelibs test scripts should pass TESTVMOPTS
Reviewed-by: chegar, alanb
Contributed-by: Mark Sheppard <mark.sheppard@oracle.com>

*** 28,38 **** if [ "x$TESTJAVA" = x ]; then TESTJAVA=$1; shift TESTCLASSES=. fi ! tmpfile=`$TESTJAVA/bin/java -classpath $TESTCLASSES DeleteTempJar` rc=$? if [ $rc != 0 ]; then echo Unexpected failure with exit status $rc exit $rc elif [ -f "$tmpfile" ]; then --- 28,38 ---- if [ "x$TESTJAVA" = x ]; then TESTJAVA=$1; shift TESTCLASSES=. fi ! tmpfile=`$TESTJAVA/bin/java ${TESTVMOPTS} -classpath $TESTCLASSES DeleteTempJar` rc=$? if [ $rc != 0 ]; then echo Unexpected failure with exit status $rc exit $rc elif [ -f "$tmpfile" ]; then
< prev index next >