< prev index next >

test/jdk/sun/security/pkcs11/KeyStore/ClientAuth.sh

Print this page
rev 59383 : [mq]: final

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.

@@ -50,39 +50,10 @@
 echo CPAPPEND=${CPAPPEND}
 echo ""
 
 OS=`uname -s`
 case "$OS" in
-  SunOS )
-    ARCH=`isainfo`
-    case "$ARCH" in
-      sparc* )
-    FS="/"
-    PS=":"
-    CP="${FS}bin${FS}cp"
-    CHMOD="${FS}bin${FS}chmod"
-    ;;
-      i[3-6]86 )
-    FS="/"
-    PS=":"
-    CP="${FS}bin${FS}cp"
-    CHMOD="${FS}bin${FS}chmod"
-    ;;
-      amd64* )
-    FS="/"
-    PS=":"
-    CP="${FS}bin${FS}cp"
-    CHMOD="${FS}bin${FS}chmod"
-    ;;
-      * )
-#     ?itanium? )
-#     amd64* )
-    echo "Unsupported System: Solaris ${ARCH}"
-    exit 0;
-    ;;
-    esac
-    ;;
   Linux )
     ARCH=`uname -m`
     case "$ARCH" in
       i[3-6]86 )
     FS="/"
< prev index next >