< prev index next >

test/jdk/sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.sh

Print this page
rev 59107 : imported patch security

@@ -46,14 +46,10 @@
 fi
 
 # set platform-dependent variables
 OS=`uname -s`
 case "$OS" in
-  SunOS )
-    PATHSEP=":"
-    FILESEP="/"
-    ;;
   Linux )
     PATHSEP=":"
     FILESEP="/"
     ;;
   Windows* )
< prev index next >