--- old/test/java/io/File/basic.sh 2014-01-26 11:36:43.248797820 +0800 +++ new/test/java/io/File/basic.sh 2014-01-26 11:36:43.104797822 +0800 @@ -44,7 +44,7 @@ ;; esac mkdir x.Basic.dir -if $TESTJAVA/bin/java ${TESTVMOPTS} $* -classpath "$TESTCLASSES" Basic; then +if $TESTJAVA/bin/java ${TESTVMOPTS} ${TESTJAVAOPTS} $* -classpath "$TESTCLASSES" Basic; then [ -f x.Basic.rw ] && (echo "x.Basic.rw not deleted"; exit 1) ([ -d x.Basic.dir ] || [ \! -d x.Basic.dir2 ]) \ && (echo "x.Basic.dir not renamed"; exit 1)