--- old/test/jdk/sun/security/pkcs11/Provider/Login.sh 2020-05-20 18:07:38.926885515 -0700 +++ new/test/jdk/sun/security/pkcs11/Provider/Login.sh 2020-05-20 18:07:38.542878140 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2004, 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 @@ -56,12 +56,6 @@ OS=`uname -s` case "$OS" in - SunOS ) - FS="/" - PS=":" - CP="${FS}bin${FS}cp" - CHMOD="${FS}bin${FS}chmod" - ;; Linux ) FS="/" PS=":"