test/sun/net/www/MarkResetTest.sh

Print this page




  29 OS=`uname -s`
  30 case "$OS" in
  31   SunOS | Linux | Darwin )
  32     PS=":"
  33     FS="/"
  34     ;;
  35   CYGWIN* )
  36     PS=";"
  37     FS="/"
  38     ;;
  39   Windows* )
  40     PS=";"
  41     FS="\\"
  42     ;;
  43   * )
  44     echo "Unrecognized system!"
  45     exit 1;
  46     ;;
  47 esac
  48 
  49 ${TESTJAVA}${FS}bin${FS}javac -d . ${TESTSRC}${FS}MarkResetTest.java
  50 
  51 # ftp server used by the test requires the file to be present
  52 # in this directory
  53 cp ${TESTSRC}${FS}EncDec.doc .
  54 
  55 ${TESTJAVA}${FS}bin${FS}java ${TESTVMOPTS} MarkResetTest


  29 OS=`uname -s`
  30 case "$OS" in
  31   SunOS | Linux | Darwin )
  32     PS=":"
  33     FS="/"
  34     ;;
  35   CYGWIN* )
  36     PS=";"
  37     FS="/"
  38     ;;
  39   Windows* )
  40     PS=";"
  41     FS="\\"
  42     ;;
  43   * )
  44     echo "Unrecognized system!"
  45     exit 1;
  46     ;;
  47 esac
  48 
  49 ${COMPILEJAVA}${FS}bin${FS}javac ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -d . ${TESTSRC}${FS}MarkResetTest.java
  50 
  51 # ftp server used by the test requires the file to be present
  52 # in this directory
  53 cp ${TESTSRC}${FS}EncDec.doc .
  54 
  55 ${TESTJAVA}${FS}bin${FS}java ${TESTVMOPTS} MarkResetTest