test/java/lang/Runtime/exec/setcwd.sh

Print this page




  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 #
  27 
  28 if [ x"$TESTJAVA" = x ]; then 
  29         TESTJAVA=$1 
  30         shift 
  31 fi
  32 if [ x"$TESTCLASSES" = x ]; then TESTCLASSES=.; fi
  33 
  34 # copy the class to our working directory
  35 mkdir foo
  36 cp ${TESTCLASSES}/SetCwd.class .
  37 cp ${TESTCLASSES}/SetCwd.class foo
  38 
  39 # now start the test
  40 ${TESTJAVA}/bin/java ${TESTVMOPTS} SetCwd
  41 


  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 #
  27 
  28 if [ x"$TESTJAVA" = x ]; then 
  29         TESTJAVA=$1 
  30         shift 
  31 fi
  32 if [ x"$TESTCLASSES" = x ]; then TESTCLASSES=.; fi
  33 
  34 # copy the class to our working directory
  35 mkdir foo
  36 cp ${TESTCLASSES}/SetCwd.class .
  37 cp ${TESTCLASSES}/SetCwd.class foo
  38 
  39 # now start the test
  40 ${TESTJAVA}/bin/java ${TESTVMOPTS} ${TESTJAVAOPTS} SetCwd
  41