< prev index next >

test/jdk/java/io/File/GetXSpace.sh

Print this page
rev 59964 : imported patch 6501010

*** 26,38 **** # set platform-dependent variable OS=`uname -s` case "$OS" in Linux | Darwin ) TMP=/tmp ;; Windows_98 ) return ;; Windows* ) SID=`sid`; TMP="c:/temp" ;; * ) ! echo "Unrecognized system!" exit 1 ;; esac TMP1=${TMP}/tmp1_$$ --- 26,39 ---- # set platform-dependent variable OS=`uname -s` case "$OS" in Linux | Darwin ) TMP=/tmp ;; Windows_98 ) return ;; + CYGWIN_* ) TMP="c:/temp" ;; Windows* ) SID=`sid`; TMP="c:/temp" ;; * ) ! echo "Unrecognized system! ${OS}" exit 1 ;; esac TMP1=${TMP}/tmp1_$$
< prev index next >