jdk/test/java/nio/channels/Selector/lots_of_updates.sh
changeset 4657 d0bd64fbe430
parent 2444 282b8abf92eb
child 5506 202f599c92aa
equal deleted inserted replaced
4656:bbf13888e57a 4657:d0bd64fbe430
    28 # @build LotsOfUpdates
    28 # @build LotsOfUpdates
    29 # @run shell lots_of_updates.sh
    29 # @run shell lots_of_updates.sh
    30 
    30 
    31 OS=`uname -s`
    31 OS=`uname -s`
    32 case "$OS" in
    32 case "$OS" in
    33     Windows_* )
    33     Windows_* | CYGWIN* )
    34         echo "ulimit not on Windows"
    34         echo "ulimit not on Windows"
    35         exit 0
    35         exit 0
    36         ;;
    36         ;;
    37     * )
    37     * )
    38         CLASSPATH=${TESTCLASSES}:${TESTSRC}
    38         CLASSPATH=${TESTCLASSES}:${TESTSRC}