< prev index next >

test/jdk/sun/security/provider/KeyStore/DKSTest.sh

Print this page
rev 59107 : imported patch security

@@ -48,11 +48,11 @@
 fi
 
 # set platform-dependent variables
 OS=`uname -s`
 case "$OS" in
-  SunOS | Linux | Darwin | AIX)
+  Linux | Darwin | AIX)
     PS=":"
     FS="/"
     ;;
   CYGWIN* )
     PS=";"
< prev index next >