< prev index next >

test/jdk/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh

Print this page
rev 59106 : imported patch client

@@ -80,17 +80,10 @@
 # The beginning of the script proper
 
 # Checking for proper OS
 OS=`uname -s`
 case "$OS" in
-   SunOS )
-      VAR="One value for Sun"
-      DEFAULT_JDK=/none
-      #DEFAULT_JDK=/usr/local/java/jdk1.2/solaris
-      FILESEP="/"
-      ;;
-
    Linux | Darwin | AIX )
       VAR="A different value for Linux"
       DEFAULT_JDK=/none
       #DEFAULT_JDK=/usr/local/java/jdk1.4/linux-i386
       FILESEP="/"
< prev index next >