test/java/nio/charset/Charset/default.sh

Print this page

        

@@ -62,11 +62,11 @@
   fi
 
   ecs="$1"; shift
 
   echo -n "$L: "
-  cs="`LC_ALL=$L $JAVA ${TESTVMOPTS} -cp $TESTCLASSES Default`"
+  cs="`LC_ALL=$L $JAVA ${TESTVMOPTS} ${TESTJAVAOPTS} -cp $TESTCLASSES Default`"
   if [ $? != 0 ]; then
     exit 1
   elif [ "`tolower $cs`" != "`tolower $ecs`" ]; then
     echo "$cs, expected $ecs -- ERROR"
     exit 1