< prev index next >

test/jdk/javax/crypto/SecretKeyFactory/FailOverTest.sh

Print this page
rev 59107 : imported patch security

@@ -54,11 +54,11 @@
 echo "TESTCLASSES=${TESTCLASSES}"
 
 # set platform-dependent variables
 OS=`uname -s`
 case "$OS" in
-  SunOS | Linux | Darwin | AIX )
+  Linux | Darwin | AIX )
     NULL=/dev/null
     PS=":"
     FS="/"
     ;;
   CYGWIN* )
< prev index next >