< prev index next >

test/jdk/javax/security/auth/Subject/doAs/Test.sh

Print this page
rev 59107 : imported patch security

@@ -31,15 +31,10 @@
 # ${TESTJAVA} is pointing to the jre
 #
 # set platform-dependent variables
 OS=`uname -s`
 case "$OS" in
-  SunOS )
-    PS=":"
-    FS="/"
-    RM="/bin/rm -f"
-    ;;
   Linux )
     PS=":"
     FS="/"
     RM="/bin/rm -f"
     ;;
< prev index next >