< prev index next >

test/jdk/javax/imageio/stream/StreamCloserLeak/run_test.sh

Print this page
rev 59106 : imported patch client

@@ -76,18 +76,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=/
-      FILESEP="/"
-      PATHSEP=":"
-      TMP="/tmp"
-      ;;
-
    Linux )
       VAR="A different value for Linux"
       DEFAULT_JDK=/
       FILESEP="/"
       PATHSEP=":"
< prev index next >