< prev index next >

test/jdk/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh

Print this page
rev 59106 : imported patch client

@@ -61,18 +61,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 >