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

Print this page

        

*** 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 --- 28,38 ---- if [ "x$TESTJAVA" = x ]; then TESTJAVA=$1; shift TESTCLASSES=. fi ! 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