< prev index next >

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

Print this page
rev 59105 : imported patch corelibs

@@ -24,11 +24,11 @@
 #
 
 # set platform-dependent variable
 OS=`uname -s`
 case "$OS" in
-  SunOS | Linux ) TMP=/tmp  ;;
+  Linux ) TMP=/tmp  ;;
   Windows_98 )    return    ;;
   Windows* )      SID=`sid`; TMP="c:/temp"  ;;
   * )
     echo "Unrecognized system!"
     exit 1
< prev index next >